Searched refs:sctp_stream_out_ext (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | stream_sched_rr.c | 49 stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); in sctp_sched_rr_next_stream() 53 struct sctp_stream_out_ext *soute) in sctp_sched_rr_unsched() 67 struct sctp_stream_out_ext *soute) in sctp_sched_rr_sched() 129 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue() 152 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue_done() 168 struct sctp_stream_out_ext *soute; in sctp_sched_rr_sched_all() 184 struct sctp_stream_out_ext *soute, *tmp; in sctp_sched_rr_unsched_all()
|
D | stream_sched_prio.c | 102 p->next = list_entry(pos, struct sctp_stream_out_ext, prio_list); in sctp_sched_prio_next_stream() 105 static bool sctp_sched_prio_unsched(struct sctp_stream_out_ext *soute) in sctp_sched_prio_unsched() 133 struct sctp_stream_out_ext *soute) in sctp_sched_prio_sched() 169 struct sctp_stream_out_ext *soute = sout->ext; in sctp_sched_prio_set() 265 struct sctp_stream_out_ext *soute; in sctp_sched_prio_dequeue() 293 struct sctp_stream_out_ext *soute; in sctp_sched_prio_dequeue_done() 329 struct sctp_stream_out_ext *soute, *souttmp; in sctp_sched_prio_unsched_all()
|
D | stream_sched.c | 169 p += offsetofend(struct sctp_stream_out_ext, outq); in sctp_sched_set_sched() 170 memset(p, 0, sizeof(struct sctp_stream_out_ext) - in sctp_sched_set_sched() 171 offsetofend(struct sctp_stream_out_ext, outq)); in sctp_sched_set_sched() 275 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid()
|
D | outqueue.c | 76 struct sctp_stream_out_ext *oute; in sctp_outq_head_data() 97 struct sctp_stream_out_ext *oute; in sctp_outq_tail_data()
|
D | stream.c | 235 struct sctp_stream_out_ext *soute; in sctp_stream_init_ext()
|
D | socket.c | 7147 struct sctp_stream_out_ext *streamoute; in sctp_getsockopt_pr_streamstatus()
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1400 struct sctp_stream_out_ext *next; 1404 struct sctp_stream_out_ext { struct 1427 struct sctp_stream_out_ext *ext; argument 1461 struct sctp_stream_out_ext *rr_next;
|