Searched defs:ulpq (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/sctp/ |
A D | ulpqueue.c | 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() 739 static void sctp_ulpq_retrieve_ordered(struct sctp_ulpq *ulpq, in sctp_ulpq_retrieve_ordered() 781 static void sctp_ulpq_store_ordered(struct sctp_ulpq *ulpq, in sctp_ulpq_store_ordered() 938 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn) in sctp_ulpq_skip() 1019 void sctp_ulpq_partial_delivery(struct sctp_ulpq *ulpq, in sctp_ulpq_partial_delivery() [all …]
|
A 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() 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 …]
|
/linux-6.3-rc2/include/net/sctp/ |
A D | structs.h | 1957 struct sctp_ulpq ulpq; member
|
Completed in 15 milliseconds