Lines Matching defs:event
57 /* Retrieve the skb this event sits inside of. */
63 /* Retrieve & cast the event sitting inside the skb. */
145 void sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event,
147 void sctp_ulpevent_read_rcvinfo(const struct sctp_ulpevent *event,
149 void sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event,
152 __u16 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event);
166 /* Is this event type enabled? */
175 /* Given an event subscription, is this event enabled? */
176 static inline bool sctp_ulpevent_is_enabled(const struct sctp_ulpevent *event,
181 if (!sctp_ulpevent_is_notification(event))
184 sn_type = sctp_ulpevent_get_notification_type(event);