Lines Matching full:ext
63 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_get_head()
66 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()
154 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set()
174 soute = SCTP_SO(stream, i)->ext; in sctp_sched_prio_set()
189 *value = SCTP_SO(stream, sid)->ext->prio_head->prio; in sctp_sched_prio_get()
203 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->prio_list); in sctp_sched_prio_init_sid()
209 struct sctp_stream_priorities *prio = SCTP_SO(stream, sid)->ext->prio_head; in sctp_sched_prio_free_sid()
215 SCTP_SO(stream, sid)->ext->prio_head = NULL; in sctp_sched_prio_free_sid()
217 if (SCTP_SO(stream, i)->ext && in sctp_sched_prio_free_sid()
218 SCTP_SO(stream, i)->ext->prio_head == prio) in sctp_sched_prio_free_sid()
239 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_free()
241 prio = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_free()
261 sctp_sched_prio_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_prio_enqueue()
279 soute = stream->out_curr->ext; in sctp_sched_prio_dequeue()
303 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_prio_dequeue_done()
324 if (sout->ext) in sctp_sched_prio_sched_all()
325 sctp_sched_prio_sched(stream, sout->ext); in sctp_sched_prio_sched_all()