Searched refs:prio_head (Results 1 – 2 of 2) sorted by relevance
79 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()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()115 sctp_sched_prio_next_stream(prio_head); in sctp_sched_prio_unsched()120 if (list_empty(&prio_head->active)) { in sctp_sched_prio_unsched()121 list_del_init(&prio_head->prio_sched); in sctp_sched_prio_unsched()123 prio_head->next = NULL; in sctp_sched_prio_unsched()133 struct sctp_stream_priorities *prio, *prio_head; in sctp_sched_prio_sched() local135 prio_head = soute->prio_head; in sctp_sched_prio_sched()145 if (prio_head->next) { in sctp_sched_prio_sched()[all …]
1424 struct sctp_stream_priorities *prio_head; member