Lines Matching refs:sctp_ulpevent
47 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
48 struct sctp_ulpevent *);
49 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *,
50 struct sctp_ulpevent *);
75 struct sctp_ulpevent *event; in sctp_ulpq_flush()
104 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
163 struct sctp_ulpevent *event; in sctp_clear_pd()
199 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
295 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
298 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
339 struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net, in sctp_make_reassembled_event()
346 struct sctp_ulpevent *event; in sctp_make_reassembled_event()
420 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled()
423 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_reassembled()
426 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_retrieve_reassembled()
529 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial()
532 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_partial()
535 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_partial()
599 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_reasm()
600 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
602 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_reasm()
629 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_first()
632 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_first()
634 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_first()
710 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
740 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain()
768 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
772 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_ordered()
783 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_retrieve_ordered()
810 struct sctp_ulpevent *event) in sctp_ulpq_store_ordered()
813 struct sctp_ulpevent *cevent; in sctp_ulpq_store_ordered()
826 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
843 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
858 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq, in sctp_ulpq_order()
859 struct sctp_ulpevent *event) in sctp_ulpq_order()
899 struct sctp_ulpevent *cevent; in sctp_ulpq_reap_ordered()
900 struct sctp_ulpevent *event; in sctp_ulpq_reap_ordered()
912 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
941 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
992 struct sctp_ulpevent *event; in sctp_ulpq_renege_list()
1050 struct sctp_ulpevent *event; in sctp_ulpq_partial_delivery()
1131 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd()