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()
507 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_partial()
510 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_partial()
513 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_partial()
577 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_reasm()
578 struct sctp_ulpevent *event) in sctp_ulpq_reasm()
580 struct sctp_ulpevent *retval = NULL; in sctp_ulpq_reasm()
607 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq) in sctp_ulpq_retrieve_first()
610 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_first()
612 struct sctp_ulpevent *retval; in sctp_ulpq_retrieve_first()
688 struct sctp_ulpevent *event; in sctp_ulpq_reasm_flushtsn()
718 struct sctp_ulpevent *event = NULL; in sctp_ulpq_reasm_drain()
746 struct sctp_ulpevent *event) in sctp_ulpq_retrieve_ordered()
750 struct sctp_ulpevent *cevent; in sctp_ulpq_retrieve_ordered()
761 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_retrieve_ordered()
788 struct sctp_ulpevent *event) in sctp_ulpq_store_ordered()
791 struct sctp_ulpevent *cevent; in sctp_ulpq_store_ordered()
804 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
821 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_store_ordered()
836 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq, in sctp_ulpq_order()
837 struct sctp_ulpevent *event) in sctp_ulpq_order()
877 struct sctp_ulpevent *cevent; in sctp_ulpq_reap_ordered()
878 struct sctp_ulpevent *event; in sctp_ulpq_reap_ordered()
890 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
919 cevent = (struct sctp_ulpevent *) pos->cb; in sctp_ulpq_reap_ordered()
970 struct sctp_ulpevent *event; in sctp_ulpq_renege_list()
1028 struct sctp_ulpevent *event; in sctp_ulpq_partial_delivery()
1110 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd()