Home
last modified time | relevance | path

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

/linux-6.3-rc2/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 …]
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h1426 struct sctp_stream_priorities *prio_head; member

Completed in 11 milliseconds