Home
last modified time | relevance | path

Searched refs:sctp_ulpq (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/net/sctp/
A Dulpqueue.h29 struct sctp_ulpq { struct
38 void sctp_ulpq_init(struct sctp_ulpq *ulpq, struct sctp_association *asoc); argument
39 void sctp_ulpq_flush(struct sctp_ulpq *ulpq);
40 void sctp_ulpq_free(struct sctp_ulpq *);
43 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
49 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
52 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, gfp_t);
55 void sctp_ulpq_abort_pd(struct sctp_ulpq *, gfp_t);
61 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
63 void sctp_ulpq_reasm_flushtsn(struct sctp_ulpq *, __u32);
[all …]
A Dstream_interleave.h28 int (*ulpevent_data)(struct sctp_ulpq *ulpq,
30 int (*enqueue_event)(struct sctp_ulpq *ulpq,
32 void (*renege_events)(struct sctp_ulpq *ulpq,
34 void (*start_pd)(struct sctp_ulpq *ulpq, gfp_t gfp);
35 void (*abort_pd)(struct sctp_ulpq *ulpq, gfp_t gfp);
39 void (*report_ftsn)(struct sctp_ulpq *ulpq, __u32 ftsn);
40 void (*handle_ftsn)(struct sctp_ulpq *ulpq,
A Dstructs.h69 struct sctp_ulpq;
1957 struct sctp_ulpq ulpq;
/linux-6.3-rc2/net/sctp/
A Dulpqueue.c34 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *,
36 static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq);
43 memset(ulpq, 0, sizeof(struct sctp_ulpq)); in sctp_ulpq_init()
54 void sctp_ulpq_flush(struct sctp_ulpq *ulpq) in sctp_ulpq_flush()
76 void sctp_ulpq_free(struct sctp_ulpq *ulpq) in sctp_ulpq_free()
163 static void sctp_ulpq_set_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_set_pd()
172 static int sctp_ulpq_clear_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_clear_pd()
267 static void sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_store_reasm()
710 static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq) in sctp_ulpq_reasm_drain()
1019 void sctp_ulpq_partial_delivery(struct sctp_ulpq *ulpq, in sctp_ulpq_partial_delivery()
[all …]
A Dstream_interleave.c124 static void sctp_intl_store_reasm(struct sctp_ulpq *ulpq, in sctp_intl_store_reasm()
181 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_partial()
258 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_reassembled()
372 static void sctp_intl_store_ordered(struct sctp_ulpq *ulpq, in sctp_intl_store_ordered()
417 static void sctp_intl_retrieve_ordered(struct sctp_ulpq *ulpq, in sctp_intl_retrieve_ordered()
469 static int sctp_enqueue_event(struct sctp_ulpq *ulpq, in sctp_enqueue_event()
509 static void sctp_intl_store_reasm_uo(struct sctp_ulpq *ulpq, in sctp_intl_store_reasm_uo()
559 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_partial_uo()
640 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_reassembled_uo()
819 static int sctp_ulpevent_idata(struct sctp_ulpq *ulpq, in sctp_ulpevent_idata()
[all …]

Completed in 18 milliseconds