Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dstream_sched_prio.c95 struct sctp_stream_priorities *prio_head = soute->prio_head; in sctp_sched_prio_unsched() local
100 if (prio_head->next == soute) in sctp_sched_prio_unsched()
110 prio_head->next = NULL; in sctp_sched_prio_unsched()
122 prio_head = soute->prio_head; in sctp_sched_prio_sched()
132 if (prio_head->next) { in sctp_sched_prio_sched()
138 prio_head->next = soute; in sctp_sched_prio_sched()
141 if (prio->prio > prio_head->prio) { in sctp_sched_prio_sched()
160 if (!prio_head) in sctp_sched_prio_set()
164 old = soute->prio_head; in sctp_sched_prio_set()
165 soute->prio_head = prio_head; in sctp_sched_prio_set()
[all …]
/linux/include/net/sctp/
A Dstructs.h1423 struct sctp_stream_priorities *prio_head; member

Completed in 11 milliseconds