Home
last modified time | relevance | path

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

/linux/include/net/sctp/
A Dulpqueue.h29 struct sctp_ulpq { struct
38 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *, argument
40 void sctp_ulpq_flush(struct sctp_ulpq *ulpq);
41 void sctp_ulpq_free(struct sctp_ulpq *);
44 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
50 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
53 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, gfp_t);
56 void sctp_ulpq_abort_pd(struct sctp_ulpq *, gfp_t);
62 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
64 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;
1954 struct sctp_ulpq ulpq;
/linux/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);
41 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *ulpq, in sctp_ulpq_init()
44 memset(ulpq, 0, sizeof(struct sctp_ulpq)); in sctp_ulpq_init()
57 void sctp_ulpq_flush(struct sctp_ulpq *ulpq) in sctp_ulpq_flush()
79 void sctp_ulpq_free(struct sctp_ulpq *ulpq) in sctp_ulpq_free()
166 static void sctp_ulpq_set_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_set_pd()
175 static int sctp_ulpq_clear_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_clear_pd()
273 static void sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_store_reasm()
716 static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq) in sctp_ulpq_reasm_drain()
[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()
515 static void sctp_intl_store_reasm_uo(struct sctp_ulpq *ulpq, in sctp_intl_store_reasm_uo()
565 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_partial_uo()
646 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_reassembled_uo()
825 static int sctp_ulpevent_idata(struct sctp_ulpq *ulpq, in sctp_ulpevent_idata()
[all …]

Completed in 18 milliseconds