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;
89 struct sctp_ulpevent *event;
113 /* Send event to the ULP. 'event' is the sctp_ulpevent for
149 struct sctp_ulpevent *event;
186 struct sctp_ulpevent *event;
274 struct sctp_ulpevent *event)
277 struct sctp_ulpevent *cevent;
318 struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net,
325 struct sctp_ulpevent *event;
399 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq)
402 struct sctp_ulpevent *cevent;
405 struct sctp_ulpevent *retval = NULL;
507 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq)
510 struct sctp_ulpevent *cevent;
513 struct sctp_ulpevent *retval;
577 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
578 struct sctp_ulpevent *event)
580 struct sctp_ulpevent *retval = NULL;
607 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq)
610 struct sctp_ulpevent *cevent;
612 struct sctp_ulpevent *retval;
688 struct sctp_ulpevent *event;
718 struct sctp_ulpevent *event = NULL;
734 * sctp_ulpevent for very first SKB on the temp' list.
746 struct sctp_ulpevent *event)
750 struct sctp_ulpevent *cevent;
761 cevent = (struct sctp_ulpevent *) pos->cb;
788 struct sctp_ulpevent *event)
791 struct sctp_ulpevent *cevent;
804 cevent = (struct sctp_ulpevent *) pos->cb;
821 cevent = (struct sctp_ulpevent *) pos->cb;
836 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq,
837 struct sctp_ulpevent *event)
877 struct sctp_ulpevent *cevent;
878 struct sctp_ulpevent *event;
890 cevent = (struct sctp_ulpevent *) pos->cb;
919 cevent = (struct sctp_ulpevent *) pos->cb;
931 /* Send event to the ULP. 'event' is the sctp_ulpevent for
970 struct sctp_ulpevent *event;
1028 struct sctp_ulpevent *event;
1114 struct sctp_ulpevent *ev = NULL;