Home
last modified time | relevance | path

Searched refs:sn_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/sctp/
Dulpevent.h168 static inline int sctp_ulpevent_type_enabled(__u16 sn_type, in sctp_ulpevent_type_enabled() argument
171 int offset = sn_type - SCTP_SN_TYPE_BASE; in sctp_ulpevent_type_enabled()
183 __u16 sn_type; in sctp_ulpevent_is_enabled() local
187 sn_type = sctp_ulpevent_get_notification_type(event); in sctp_ulpevent_is_enabled()
188 enabled = sctp_ulpevent_type_enabled(sn_type, mask); in sctp_ulpevent_is_enabled()
/Linux-v4.19/include/uapi/linux/
Dsctp.h609 __u16 sn_type; /* Notification type. */ member
/Linux-v4.19/net/sctp/
Dulpevent.c941 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()