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 *);
60 struct sctp_ulpevent *event; in sctp_ulpq_flush()
89 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
149 struct sctp_ulpevent *event; in sctp_clear_pd()
186 struct sctp_ulpevent *event; in sctp_ulpq_tail_event()
274 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
277 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
318 struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net, in sctp_make_reassembled_event()
325 struct sctp_ulpevent *event; in sctp_make_reassembled_event()
399 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled()
402 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_reassembled()
405 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_retrieve_reassembled()
508 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial()
511 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_partial()
514 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_partial()
578 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_reasm()
579 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
581 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_reasm()
608 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_first()
611 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_first()
613 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_first()
689 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
719 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain()
747 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
751 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_ordered()
762 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_retrieve_ordered()
789 struct sctp_ulpevent *event) in sctp_ulpq_store_ordered()
792 struct sctp_ulpevent *cevent; in sctp_ulpq_store_ordered()
805 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
822 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
837 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq, in sctp_ulpq_order()
838 struct sctp_ulpevent *event) in sctp_ulpq_order()
878 struct sctp_ulpevent *cevent; in sctp_ulpq_reap_ordered()
879 struct sctp_ulpevent *event; in sctp_ulpq_reap_ordered()
891 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
920 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
971 struct sctp_ulpevent *event; in sctp_ulpq_renege_list()
1029 struct sctp_ulpevent *event; in sctp_ulpq_partial_delivery()
1115 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd()