Lines Matching refs:sctp_ulpevent
49 struct sctp_ulpevent { struct
63 static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) in sctp_event2skb() argument
69 static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb) in sctp_skb2event()
71 return (struct sctp_ulpevent *)skb->cb; in sctp_skb2event()
74 void sctp_ulpevent_free(struct sctp_ulpevent *);
75 int sctp_ulpevent_is_notification(const struct sctp_ulpevent *);
78 struct sctp_ulpevent *sctp_ulpevent_make_assoc_change(
88 struct sctp_ulpevent *sctp_ulpevent_make_peer_addr_change(
96 struct sctp_ulpevent *sctp_ulpevent_make_remote_error(
101 struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
108 struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event(
113 struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
117 struct sctp_ulpevent *sctp_ulpevent_make_adaptation_indication(
120 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
124 struct sctp_ulpevent *sctp_ulpevent_make_authkey(
128 struct sctp_ulpevent *sctp_ulpevent_make_sender_dry_event(
131 void sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event,
133 void sctp_ulpevent_read_rcvinfo(const struct sctp_ulpevent *event,
135 void sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event,
138 __u16 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event);
149 static inline int sctp_ulpevent_is_enabled(const struct sctp_ulpevent *event, in sctp_ulpevent_is_enabled()