Home
last modified time | relevance | path

Searched refs:sctp_outq (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/net/sctp/
H A Dstream_sched.h33 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);
35 struct sctp_chunk *(*dequeue)(struct sctp_outq *q);
37 void (*dequeue_done)(struct sctp_outq *q, struct sctp_chunk *chunk);
51 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch);
53 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch);
H A Dstructs.h67 struct sctp_outq;
1075 struct sctp_outq { struct
1117 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument
1118 void sctp_outq_teardown(struct sctp_outq *);
1119 void sctp_outq_free(struct sctp_outq*);
1121 int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *);
1122 int sctp_outq_is_empty(const struct sctp_outq *);
1126 void sctp_outq_uncork(struct sctp_outq *, gfp_t gfp);
1129 void sctp_generate_fwdtsn(struct sctp_outq *q, __u32 sack_ctsn);
1131 static inline void sctp_outq_cork(struct sctp_outq *q) in sctp_outq_cork()
[all …]
H A Dstream_interleave.h37 void (*generate_ftsn)(struct sctp_outq *q, __u32 ctsn);
/linux-6.15/net/sctp/
H A Doutqueue.c43 static void sctp_check_transmitted(struct sctp_outq *q,
50 static void sctp_mark_missing(struct sctp_outq *q,
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()
274 void sctp_outq_free(struct sctp_outq *q) in sctp_outq_free()
385 struct sctp_outq *q = &asoc->outqueue; in sctp_prsctp_prune_unsent()
450 void sctp_retransmit_mark(struct sctp_outq *q, in sctp_retransmit_mark()
788 struct sctp_outq *q;
1415 int sctp_outq_is_empty(const struct sctp_outq *q) in sctp_outq_is_empty()
[all …]
H A Dstream_sched.c53 static void sctp_sched_fcfs_enqueue(struct sctp_outq *q, in sctp_sched_fcfs_enqueue()
58 static struct sctp_chunk *sctp_sched_fcfs_dequeue(struct sctp_outq *q) in sctp_sched_fcfs_dequeue()
81 static void sctp_sched_fcfs_dequeue_done(struct sctp_outq *q, in sctp_sched_fcfs_dequeue_done()
235 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_done()
257 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_common()
H A Dstream_sched_rr.c97 static void sctp_sched_rr_enqueue(struct sctp_outq *q, in sctp_sched_rr_enqueue()
110 static struct sctp_chunk *sctp_sched_rr_dequeue(struct sctp_outq *q) in sctp_sched_rr_dequeue()
133 static void sctp_sched_rr_dequeue_done(struct sctp_outq *q, in sctp_sched_rr_dequeue_done()
H A Dstream_sched_fc.c98 static void sctp_sched_fc_enqueue(struct sctp_outq *q, in sctp_sched_fc_enqueue()
111 static struct sctp_chunk *sctp_sched_fc_dequeue(struct sctp_outq *q) in sctp_sched_fc_dequeue()
132 static void sctp_sched_fc_dequeue_done(struct sctp_outq *q, in sctp_sched_fc_dequeue_done()
H A Dstream_sched_prio.c215 static void sctp_sched_prio_enqueue(struct sctp_outq *q, in sctp_sched_prio_enqueue()
228 static struct sctp_chunk *sctp_sched_prio_dequeue(struct sctp_outq *q) in sctp_sched_prio_dequeue()
256 static void sctp_sched_prio_dequeue_done(struct sctp_outq *q, in sctp_sched_prio_dequeue_done()
H A Doutput.c678 struct sctp_outq *q = &asoc->outqueue; in sctp_packet_can_append_data()
H A Dstream.c29 struct sctp_outq *outq; in sctp_stream_shrink_out()
H A Dstream_interleave.c1098 static void sctp_generate_iftsn(struct sctp_outq *q, __u32 ctsn) in sctp_generate_iftsn()
H A Dsocket.c173 struct sctp_outq *q = &asoc->outqueue; in sctp_for_each_tx_datachunk()