Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/sctp/
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);
A Dstructs.h67 struct sctp_outq;
1077 struct sctp_outq { struct
1120 void sctp_outq_teardown(struct sctp_outq *);
1121 void sctp_outq_free(struct sctp_outq*);
1123 int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *);
1124 int sctp_outq_is_empty(const struct sctp_outq *);
1125 void sctp_outq_restart(struct sctp_outq *);
1130 void sctp_outq_uncork(struct sctp_outq *, gfp_t gfp);
1133 void sctp_generate_fwdtsn(struct sctp_outq *q, __u32 sack_ctsn);
1135 static inline void sctp_outq_cork(struct sctp_outq *q) in sctp_outq_cork()
[all …]
A Dstream_interleave.h37 void (*generate_ftsn)(struct sctp_outq *q, __u32 ctsn);
/linux-6.3-rc2/net/sctp/
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;
1412 int sctp_outq_is_empty(const struct sctp_outq *q) in sctp_outq_is_empty()
[all …]
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()
232 void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_done()
254 void sctp_sched_dequeue_common(struct sctp_outq *q, struct sctp_chunk *ch) in sctp_sched_dequeue_common()
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()
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()
A Doutput.c678 struct sctp_outq *q = &asoc->outqueue; in sctp_packet_can_append_data()
A Dstream.c29 struct sctp_outq *outq; in sctp_stream_shrink_out()
A Dstream_interleave.c1098 static void sctp_generate_iftsn(struct sctp_outq *q, __u32 ctsn) in sctp_generate_iftsn()
A Dsocket.c171 struct sctp_outq *q = &asoc->outqueue; in sctp_for_each_tx_datachunk()

Completed in 33 milliseconds