Searched refs:sctp_ulpevent_type_enabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/sctp/
H A Dulpevent.h167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) function
186 return sctp_ulpevent_type_enabled(subscribe, sn_type);
/linux-master/net/sctp/
H A Dchunk.c94 if (sctp_ulpevent_type_enabled(asoc->subscribe,
102 if (sctp_ulpevent_type_enabled(asoc->subscribe,
H A Dulpqueue.c1113 if (sctp_ulpevent_type_enabled(ulpq->asoc->subscribe,
H A Dstream_interleave.c984 if (!sctp_ulpevent_type_enabled(ulpq->asoc->subscribe,
H A Dsocket.c2157 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT))
2241 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) {
5588 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe,
7772 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type);

Completed in 252 milliseconds