Searched refs:prio_head (Results 1 – 2 of 2) sorted by relevance
95 struct sctp_stream_priorities *prio_head = soute->prio_head; in sctp_sched_prio_unsched() local100 if (prio_head->next == soute) in sctp_sched_prio_unsched()110 prio_head->next = NULL; in sctp_sched_prio_unsched()122 prio_head = soute->prio_head; in sctp_sched_prio_sched()132 if (prio_head->next) { in sctp_sched_prio_sched()138 prio_head->next = soute; in sctp_sched_prio_sched()141 if (prio->prio > prio_head->prio) { in sctp_sched_prio_sched()160 if (!prio_head) in sctp_sched_prio_set()164 old = soute->prio_head; in sctp_sched_prio_set()165 soute->prio_head = prio_head; in sctp_sched_prio_set()[all …]
1423 struct sctp_stream_priorities *prio_head; member
Completed in 11 milliseconds