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 *);
74 struct sctp_ulpevent *event; in sctp_ulpq_flush()
99 struct sctp_ulpevent *event; in sctp_ulpq_tail_data()
157 struct sctp_ulpevent *event; in sctp_clear_pd()
193 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
283 struct sctp_ulpevent *event) in sctp_ulpq_store_reasm()
286 struct sctp_ulpevent *cevent; in sctp_ulpq_store_reasm()
327 static struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net, in sctp_make_reassembled_event()
333 struct sctp_ulpevent *event; in sctp_make_reassembled_event()
407 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_reassembled()
410 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_reassembled()
413 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_retrieve_reassembled()
516 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial()
519 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_partial()
522 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_partial()
586 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_reasm()
587 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
589 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_reasm()
616 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_first()
619 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_first()
621 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_first()
697 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
727 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain()
755 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
759 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_ordered()
770 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_retrieve_ordered()
797 struct sctp_ulpevent *event) in sctp_ulpq_store_ordered()
800 struct sctp_ulpevent *cevent; in sctp_ulpq_store_ordered()
813 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
830 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
845 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq, in sctp_ulpq_order()
846 struct sctp_ulpevent *event) in sctp_ulpq_order()
886 struct sctp_ulpevent *cevent; in sctp_ulpq_reap_ordered()
887 struct sctp_ulpevent *event; in sctp_ulpq_reap_ordered()
899 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
928 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
979 struct sctp_ulpevent *event; in sctp_ulpq_renege_list()
1037 struct sctp_ulpevent *event; in sctp_ulpq_partial_delivery()
1126 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd()