Searched refs:prio_head (Results 1 – 2 of 2) sorted by relevance
81 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()110 struct sctp_stream_priorities *prio_head = soute->prio_head; in sctp_sched_prio_unsched() local115 if (prio_head->next == soute) in sctp_sched_prio_unsched()117 sctp_sched_prio_next_stream(prio_head); in sctp_sched_prio_unsched()122 if (list_empty(&prio_head->active)) { in sctp_sched_prio_unsched()123 list_del_init(&prio_head->prio_sched); in sctp_sched_prio_unsched()125 prio_head->next = NULL; in sctp_sched_prio_unsched()135 struct sctp_stream_priorities *prio, *prio_head; in sctp_sched_prio_sched() local137 prio_head = soute->prio_head; in sctp_sched_prio_sched()147 if (prio_head->next) { in sctp_sched_prio_sched()[all …]
1412 struct sctp_stream_priorities *prio_head; member