Lines Matching refs:sctp_ulpevent
32 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
33 struct sctp_ulpevent *);
34 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *,
35 struct sctp_ulpevent *);
57 struct sctp_ulpevent *event; in sctp_ulpq_flush()
86 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
146 struct sctp_ulpevent *event; in sctp_clear_pd()
183 struct sctp_ulpevent *event; in sctp_ulpq_tail_event()
268 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
271 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
312 struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net, in sctp_make_reassembled_event()
319 struct sctp_ulpevent *event; in sctp_make_reassembled_event()
393 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled()
396 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_reassembled()
399 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_retrieve_reassembled()
501 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial()
504 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_partial()
507 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_partial()
571 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_reasm()
572 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
574 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_reasm()
601 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_first()
604 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_first()
606 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_first()
682 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
712 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain()
740 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
744 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_ordered()
755 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_retrieve_ordered()
782 struct sctp_ulpevent *event) in sctp_ulpq_store_ordered()
785 struct sctp_ulpevent *cevent; in sctp_ulpq_store_ordered()
798 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
815 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
830 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq, in sctp_ulpq_order()
831 struct sctp_ulpevent *event) in sctp_ulpq_order()
871 struct sctp_ulpevent *cevent; in sctp_ulpq_reap_ordered()
872 struct sctp_ulpevent *event; in sctp_ulpq_reap_ordered()
884 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
913 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
964 struct sctp_ulpevent *event; in sctp_ulpq_renege_list()
1022 struct sctp_ulpevent *event; in sctp_ulpq_partial_delivery()
1104 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd()