Searched refs:sctp_outq (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/include/net/sctp/ |
D | stream_sched.h | 35 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg); 37 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); 39 void (*dequeue_done)(struct sctp_outq *q, struct sctp_chunk *chunk); 53 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch); 55 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch);
|
D | structs.h | 67 struct sctp_outq; 1076 struct sctp_outq { struct 1118 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument 1119 void sctp_outq_teardown(struct sctp_outq *); 1120 void sctp_outq_free(struct sctp_outq*); 1121 void sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk, gfp_t); 1122 int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *); 1123 int sctp_outq_is_empty(const struct sctp_outq *); 1124 void sctp_outq_restart(struct sctp_outq *); 1126 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport, [all …]
|
D | stream_interleave.h | 37 void (*generate_ftsn)(struct sctp_outq *q, __u32 ctsn);
|
/Linux-v6.1/net/sctp/ |
D | outqueue.c | 43 static void sctp_check_transmitted(struct sctp_outq *q, 50 static void sctp_mark_missing(struct sctp_outq *q, 56 static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp); 59 static inline void sctp_outq_head_data(struct sctp_outq *q, in sctp_outq_head_data() 74 static inline struct sctp_chunk *sctp_outq_dequeue_data(struct sctp_outq *q) in sctp_outq_dequeue_data() 80 static inline void sctp_outq_tail_data(struct sctp_outq *q, in sctp_outq_tail_data() 191 void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) in sctp_outq_init() 193 memset(q, 0, sizeof(struct sctp_outq)); in sctp_outq_init() 206 static void __sctp_outq_teardown(struct sctp_outq *q) in __sctp_outq_teardown() 267 void sctp_outq_teardown(struct sctp_outq *q) in sctp_outq_teardown() [all …]
|
D | stream_sched.c | 57 static void sctp_sched_fcfs_enqueue(struct sctp_outq *q, in sctp_sched_fcfs_enqueue() 62 static struct sctp_chunk *sctp_sched_fcfs_dequeue(struct sctp_outq *q) in sctp_sched_fcfs_dequeue() 85 static void sctp_sched_fcfs_dequeue_done(struct sctp_outq *q, in sctp_sched_fcfs_dequeue_done() 230 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_done() 252 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_common()
|
D | stream_sched_rr.c | 102 static void sctp_sched_rr_enqueue(struct sctp_outq *q, in sctp_sched_rr_enqueue() 115 static struct sctp_chunk *sctp_sched_rr_dequeue(struct sctp_outq *q) in sctp_sched_rr_dequeue() 138 static void sctp_sched_rr_dequeue_done(struct sctp_outq *q, in sctp_sched_rr_dequeue_done()
|
D | stream_sched_prio.c | 251 static void sctp_sched_prio_enqueue(struct sctp_outq *q, in sctp_sched_prio_enqueue() 264 static struct sctp_chunk *sctp_sched_prio_dequeue(struct sctp_outq *q) in sctp_sched_prio_dequeue() 292 static void sctp_sched_prio_dequeue_done(struct sctp_outq *q, in sctp_sched_prio_dequeue_done()
|
D | output.c | 678 struct sctp_outq *q = &asoc->outqueue; in sctp_packet_can_append_data()
|
D | stream.c | 29 struct sctp_outq *outq; in sctp_stream_shrink_out()
|
D | stream_interleave.c | 1104 static void sctp_generate_iftsn(struct sctp_outq *q, __u32 ctsn) in sctp_generate_iftsn()
|
D | socket.c | 170 struct sctp_outq *q = &asoc->outqueue; in sctp_for_each_tx_datachunk()
|