Searched refs:sctp_stream_out_ext (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/sctp/ |
D | stream_sched_fc.c | 30 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_set() 42 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_get() 70 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_init_sid() 84 struct sctp_stream_out_ext *soute) in sctp_sched_fc_sched() 86 struct sctp_stream_out_ext *pos; in sctp_sched_fc_sched() 114 struct sctp_stream_out_ext *soute; in sctp_sched_fc_dequeue() 125 soute = list_entry(stream->fc_list.next, struct sctp_stream_out_ext, fc_list); in sctp_sched_fc_dequeue() 136 struct sctp_stream_out_ext *soute, *pos; in sctp_sched_fc_dequeue_done() 185 struct sctp_stream_out_ext *soute, *tmp; in sctp_sched_fc_unsched_all()
|
D | stream_sched_rr.c | 34 stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); in sctp_sched_rr_next_stream() 38 struct sctp_stream_out_ext *soute) in sctp_sched_rr_unsched() 52 struct sctp_stream_out_ext *soute) in sctp_sched_rr_sched() 113 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue() 136 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue_done() 152 struct sctp_stream_out_ext *soute; in sctp_sched_rr_sched_all() 168 struct sctp_stream_out_ext *soute, *tmp; in sctp_sched_rr_unsched_all()
|
D | stream_sched_prio.c | 100 p->next = list_entry(pos, struct sctp_stream_out_ext, prio_list); in sctp_sched_prio_next_stream() 103 static bool sctp_sched_prio_unsched(struct sctp_stream_out_ext *soute) in sctp_sched_prio_unsched() 131 struct sctp_stream_out_ext *soute) in sctp_sched_prio_sched() 167 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set() 232 struct sctp_stream_out_ext *soute; in sctp_sched_prio_dequeue() 260 struct sctp_stream_out_ext *soute; in sctp_sched_prio_dequeue_done() 296 struct sctp_stream_out_ext *soute, *souttmp; in sctp_sched_prio_unsched_all()
|
D | stream_sched.c | 134 struct sctp_stream_out_ext *soute; in sctp_sched_free_sched() 267 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid()
|
D | outqueue.c | 62 struct sctp_stream_out_ext *oute; in sctp_outq_head_data() 83 struct sctp_stream_out_ext *oute; in sctp_outq_tail_data()
|
D | stream.c | 166 struct sctp_stream_out_ext *soute; in sctp_stream_init_ext()
|
D | socket.c | 7476 struct sctp_stream_out_ext *streamoute; in sctp_getsockopt_pr_streamstatus()
|
/linux-6.12.1/include/net/sctp/ |
D | structs.h | 1408 struct sctp_stream_out_ext *next; 1413 struct sctp_stream_out_ext { struct 1441 struct sctp_stream_out_ext *ext; 1476 struct sctp_stream_out_ext *rr_next;
|