Searched refs:sctp_ulpevent_type_enabled (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/sctp/ |
| H A D | ulpevent.h | 167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) in sctp_ulpevent_type_enabled() function 186 return sctp_ulpevent_type_enabled(subscribe, sn_type); in sctp_ulpevent_is_enabled()
|
| /linux/net/sctp/ |
| H A D | chunk.c | 94 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy() 102 if (sctp_ulpevent_type_enabled(asoc->subscribe, in sctp_datamsg_destroy()
|
| H A D | ulpqueue.c | 1113 if (sctp_ulpevent_type_enabled(ulpq->asoc->subscribe, in sctp_ulpq_abort_pd()
|
| H A D | stream_interleave.c | 984 if (!sctp_ulpevent_type_enabled(ulpq->asoc->subscribe, in sctp_intl_stream_abort_pd()
|
| H A D | socket.c | 2156 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT)) in sctp_recvmsg() 2240 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) { in sctp_setsockopt_events() 5640 sn_type[i] = sctp_ulpevent_type_enabled(sctp_sk(sk)->subscribe, in sctp_getsockopt_events() 7819 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type); in sctp_getsockopt_event()
|