Searched refs:prio_head (Results 1 – 2 of 2) sorted by relevance
66 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()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()102 sctp_sched_prio_next_stream(prio_head); in sctp_sched_prio_unsched()107 if (list_empty(&prio_head->active)) { in sctp_sched_prio_unsched()108 list_del_init(&prio_head->prio_sched); in sctp_sched_prio_unsched()110 prio_head->next = NULL; in sctp_sched_prio_unsched()120 struct sctp_stream_priorities *prio, *prio_head; in sctp_sched_prio_sched() local122 prio_head = soute->prio_head; in sctp_sched_prio_sched()132 if (prio_head->next) { in sctp_sched_prio_sched()[all …]
1422 struct sctp_stream_priorities *prio_head; member