Searched defs:ulpq (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | ulpqueue.c | 56 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *ulpq, in sctp_ulpq_init() 72 void sctp_ulpq_flush(struct sctp_ulpq *ulpq) in sctp_ulpq_flush() 94 void sctp_ulpq_free(struct sctp_ulpq *ulpq) in sctp_ulpq_free() 100 int sctp_ulpq_tail_data(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, in sctp_ulpq_tail_data() 180 static void sctp_ulpq_set_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_set_pd() 189 static int sctp_ulpq_clear_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_clear_pd() 199 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event() 294 static void sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_store_reasm() 420 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled() 529 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial() [all …]
|
D | stream_interleave.c | 139 static void sctp_intl_store_reasm(struct sctp_ulpq *ulpq, in sctp_intl_store_reasm() 189 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_partial() 267 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_reassembled() 358 static struct sctp_ulpevent *sctp_intl_reasm(struct sctp_ulpq *ulpq, in sctp_intl_reasm() 382 static void sctp_intl_store_ordered(struct sctp_ulpq *ulpq, in sctp_intl_store_ordered() 420 static void sctp_intl_retrieve_ordered(struct sctp_ulpq *ulpq, in sctp_intl_retrieve_ordered() 451 static struct sctp_ulpevent *sctp_intl_order(struct sctp_ulpq *ulpq, in sctp_intl_order() 472 static int sctp_enqueue_event(struct sctp_ulpq *ulpq, in sctp_enqueue_event() 517 static void sctp_intl_store_reasm_uo(struct sctp_ulpq *ulpq, in sctp_intl_store_reasm_uo() 567 struct sctp_ulpq *ulpq, in sctp_intl_retrieve_partial_uo() [all …]
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1935 struct sctp_ulpq ulpq; member
|