Lines Matching refs:sctp_ulpevent
31 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
33 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event);
34 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
38 static void sctp_ulpevent_init(struct sctp_ulpevent *event,
42 memset(event, 0, sizeof(struct sctp_ulpevent));
47 /* Create a new sctp_ulpevent. */
48 static struct sctp_ulpevent *sctp_ulpevent_new(int size, __u16 msg_flags,
51 struct sctp_ulpevent *event;
68 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *event)
76 static inline void sctp_ulpevent_set_owner(struct sctp_ulpevent *event,
95 static inline void sctp_ulpevent_release_owner(struct sctp_ulpevent *event)
114 struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
119 struct sctp_ulpevent *event;
241 static struct sctp_ulpevent *sctp_ulpevent_make_peer_addr_change(
246 struct sctp_ulpevent *event;
344 struct sctp_ulpevent *event;
373 struct sctp_ulpevent *
379 struct sctp_ulpevent *event;
430 struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
434 struct sctp_ulpevent *event;
533 struct sctp_ulpevent *sctp_ulpevent_make_send_failed_event(
538 struct sctp_ulpevent *event;
577 struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event(
581 struct sctp_ulpevent *event;
640 struct sctp_ulpevent *sctp_ulpevent_make_adaptation_indication(
643 struct sctp_ulpevent *event;
675 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
679 struct sctp_ulpevent *event = NULL;
771 struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
776 struct sctp_ulpevent *event;
825 struct sctp_ulpevent *sctp_ulpevent_make_authkey(
829 struct sctp_ulpevent *event;
864 struct sctp_ulpevent *sctp_ulpevent_make_sender_dry_event(
867 struct sctp_ulpevent *event;
888 struct sctp_ulpevent *sctp_ulpevent_make_stream_reset_event(
893 struct sctp_ulpevent *event;
917 struct sctp_ulpevent *sctp_ulpevent_make_assoc_reset_event(
922 struct sctp_ulpevent *event;
944 struct sctp_ulpevent *sctp_ulpevent_make_stream_change_event(
949 struct sctp_ulpevent *event;
974 __u16 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event)
987 void sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event,
1015 void sctp_ulpevent_read_rcvinfo(const struct sctp_ulpevent *event,
1040 static void __sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event,
1059 void sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event,
1078 static void sctp_ulpevent_receive_data(struct sctp_ulpevent *event,
1104 static void sctp_ulpevent_release_data(struct sctp_ulpevent *event)
1137 static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event)
1164 void sctp_ulpevent_free(struct sctp_ulpevent *event)
1181 struct sctp_ulpevent *event = sctp_skb2event(skb);