Home
last modified time | relevance | path

Searched refs:prio_head (Results 1 – 1 of 1) sorted by relevance

/net/sctp/
A Dstream_sched_prio.c108 struct sctp_stream_priorities *prio_head = soute->prio_head; in sctp_sched_prio_unsched() local
113 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 …]

Completed in 5 milliseconds