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 *);
57 struct sctp_ulpevent *event;
86 struct sctp_ulpevent *event;
110 /* Send event to the ULP. 'event' is the sctp_ulpevent for
146 struct sctp_ulpevent *event;
183 struct sctp_ulpevent *event;
268 struct sctp_ulpevent *event)
271 struct sctp_ulpevent *cevent;
312 struct sctp_ulpevent *sctp_make_reassembled_event(struct net *net,
319 struct sctp_ulpevent *event;
393 static struct sctp_ulpevent *sctp_ulpq_retrieve_reassembled(struct sctp_ulpq *ulpq)
396 struct sctp_ulpevent *cevent;
399 struct sctp_ulpevent *retval = NULL;
501 static struct sctp_ulpevent *sctp_ulpq_retrieve_partial(struct sctp_ulpq *ulpq)
504 struct sctp_ulpevent *cevent;
507 struct sctp_ulpevent *retval;
571 static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
572 struct sctp_ulpevent *event)
574 struct sctp_ulpevent *retval = NULL;
601 static struct sctp_ulpevent *sctp_ulpq_retrieve_first(struct sctp_ulpq *ulpq)
604 struct sctp_ulpevent *cevent;
606 struct sctp_ulpevent *retval;
682 struct sctp_ulpevent *event;
712 struct sctp_ulpevent *event = NULL;
728 * sctp_ulpevent for very first SKB on the temp' list.
740 struct sctp_ulpevent *event)
744 struct sctp_ulpevent *cevent;
755 cevent = (struct sctp_ulpevent *) pos->cb;
782 struct sctp_ulpevent *event)
785 struct sctp_ulpevent *cevent;
798 cevent = (struct sctp_ulpevent *) pos->cb;
815 cevent = (struct sctp_ulpevent *) pos->cb;
830 static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *ulpq,
831 struct sctp_ulpevent *event)
871 struct sctp_ulpevent *cevent;
872 struct sctp_ulpevent *event;
884 cevent = (struct sctp_ulpevent *) pos->cb;
913 cevent = (struct sctp_ulpevent *) pos->cb;
925 /* Send event to the ULP. 'event' is the sctp_ulpevent for
964 struct sctp_ulpevent *event;
1022 struct sctp_ulpevent *event;
1104 struct sctp_ulpevent *ev = NULL;