Searched refs:sn_type (Results 1 – 3 of 3) sorted by relevance
141 static inline int sctp_ulpevent_type_enabled(__u16 sn_type, in sctp_ulpevent_type_enabled() argument145 return amask[sn_type - SCTP_SN_TYPE_BASE]; in sctp_ulpevent_type_enabled()152 __u16 sn_type; in sctp_ulpevent_is_enabled() local156 sn_type = sctp_ulpevent_get_notification_type(event); in sctp_ulpevent_is_enabled()157 enabled = sctp_ulpevent_type_enabled(sn_type, mask); in sctp_ulpevent_is_enabled()
481 __u16 sn_type; /* Notification type. */ member
858 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()