Searched refs:subscribe (Results 1 – 3 of 3) sorted by relevance
154 static inline void sctp_ulpevent_type_set(__u16 *subscribe, in sctp_ulpevent_type_set() argument161 *subscribe |= (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()163 *subscribe &= ~(1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_set()167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) in sctp_ulpevent_type_enabled() argument172 return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_enabled()177 __u16 subscribe) in sctp_ulpevent_is_enabled() argument186 return sctp_ulpevent_type_enabled(subscribe, sn_type); in sctp_ulpevent_is_enabled()
214 __u16 subscribe; member2099 __u16 subscribe; member
47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member
Completed in 11 milliseconds