Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dulpevent.h134 static inline int sctp_ulpevent_type_enabled(__u16 sn_type, in sctp_ulpevent_type_enabled() argument
138 return amask[sn_type - SCTP_SN_TYPE_BASE]; in sctp_ulpevent_type_enabled()
145 __u16 sn_type; in sctp_ulpevent_is_enabled() local
149 sn_type = sctp_ulpevent_get_notification_type(event); in sctp_ulpevent_is_enabled()
150 enabled = sctp_ulpevent_type_enabled(sn_type, mask); in sctp_ulpevent_is_enabled()
Duser.h379 __u16 sn_type; /* Notification type. */ member
/linux-2.4.37.9/net/sctp/
Dulpevent.c781 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()