Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dulpevent.h141 static inline int sctp_ulpevent_type_enabled(__u16 sn_type, in sctp_ulpevent_type_enabled() argument
145 return amask[sn_type - SCTP_SN_TYPE_BASE]; in sctp_ulpevent_type_enabled()
152 __u16 sn_type; in sctp_ulpevent_is_enabled() local
156 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()
/linux-4.1.27/include/uapi/linux/
Dsctp.h481 __u16 sn_type; /* Notification type. */ member
/linux-4.1.27/net/sctp/
Dulpevent.c858 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()
/linux-4.1.27/fs/dlm/
Dlowcomms.c659 switch (sn->sn_header.sn_type) { in process_sctp_notification()