sctp_ulpevent 136 include/net/sctp/command.h struct sctp_ulpevent *ulpevent; sctp_ulpevent 177 include/net/sctp/command.h SCTP_ARG_CONSTRUCTOR(ULPEVENT, struct sctp_ulpevent *, ulpevent) sctp_ulpevent 387 include/net/sctp/sctp.h struct sctp_ulpevent *event = sctp_skb2event(skb); sctp_ulpevent 497 include/net/sctp/structs.h void (*event_msgname)(struct sctp_ulpevent *, char *, int *); sctp_ulpevent 63 include/net/sctp/ulpevent.h static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) sctp_ulpevent 69 include/net/sctp/ulpevent.h static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb) sctp_ulpevent 71 include/net/sctp/ulpevent.h return (struct sctp_ulpevent *)skb->cb; sctp_ulpevent 74 include/net/sctp/ulpevent.h void sctp_ulpevent_free(struct sctp_ulpevent *); sctp_ulpevent 75 include/net/sctp/ulpevent.h int sctp_ulpevent_is_notification(const struct sctp_ulpevent *); sctp_ulpevent 78 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_assoc_change( sctp_ulpevent 88 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_peer_addr_change( sctp_ulpevent 96 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_remote_error( sctp_ulpevent 101 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_send_failed( sctp_ulpevent 108 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event( sctp_ulpevent 113 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_pdapi( sctp_ulpevent 117 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_adaptation_indication( sctp_ulpevent 120 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, sctp_ulpevent 124 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_authkey( sctp_ulpevent 128 include/net/sctp/ulpevent.h struct sctp_ulpevent *sctp_ulpevent_make_sender_dry_event( sctp_ulpevent 131 include/net/sctp/ulpevent.h void sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event, sctp_ulpevent 133 include/net/sctp/ulpevent.h void sctp_ulpevent_read_rcvinfo(const struct sctp_ulpevent *event, sctp_ulpevent 135 include/net/sctp/ulpevent.h void sctp_ulpevent_read_nxtinfo(const struct sctp_ulpevent *event, sctp_ulpevent 138 include/net/sctp/ulpevent.h __u16 sctp_ulpevent_get_notification_type(const struct sctp_ulpevent *event); sctp_ulpevent 149 include/net/sctp/ulpevent.h static inline int sctp_ulpevent_is_enabled(const struct sctp_ulpevent *event, sctp_ulpevent 61 include/net/sctp/ulpqueue.h int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sctp_ulpevent *ev);