Searched refs:prio_head (Results 1 – 2 of 2) sorted by relevance
108 struct sctp_stream_priorities *prio_head = soute->prio_head; in sctp_sched_prio_unsched() local113 if (prio_head->next == soute) in sctp_sched_prio_unsched()123 prio_head->next = NULL; in sctp_sched_prio_unsched()135 prio_head = soute->prio_head; in sctp_sched_prio_sched()145 if (prio_head->next) { in sctp_sched_prio_sched()151 prio_head->next = soute; in sctp_sched_prio_sched()154 if (prio->prio > prio_head->prio) { in sctp_sched_prio_sched()171 old = soute->prio_head; in sctp_sched_prio_set()176 if (!prio_head) in sctp_sched_prio_set()180 soute->prio_head = prio_head; in sctp_sched_prio_set()[all …]
1426 struct sctp_stream_priorities *prio_head; member
Completed in 11 milliseconds