Searched defs:ulpq (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/sctp/ |
D | ulpqueue.c | 41 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *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() 85 int sctp_ulpq_tail_data(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, in sctp_ulpq_tail_data() 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() 182 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sk_buff_head *skb_list) in sctp_ulpq_tail_event() 273 static void sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_store_reasm() 399 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled() 507 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial() [all …]
|
D | stream_interleave.c | 124 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() 348 static struct sctp_ulpevent *sctp_intl_reasm(struct sctp_ulpq *ulpq, in sctp_intl_reasm() 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() 448 static struct sctp_ulpevent *sctp_intl_order(struct sctp_ulpq *ulpq, in sctp_intl_order() 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() [all …]
|
/linux-6.1.9/include/net/sctp/ |
D | structs.h | 1953 struct sctp_ulpq ulpq; member
|