Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dulpevent.h161 *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()
172 return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE)); in sctp_ulpevent_type_enabled()
/openbmc/linux/include/uapi/linux/
H A Dsctp.h662 SCTP_SN_TYPE_BASE = (1<<15), enumerator
663 SCTP_DATA_IO_EVENT = SCTP_SN_TYPE_BASE,
/openbmc/linux/net/sctp/
H A Dsocket.c2230 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i, in sctp_setsockopt_events()
4298 if (param->se_type < SCTP_SN_TYPE_BASE || in sctp_setsockopt_event()
5588 SCTP_SN_TYPE_BASE + i); in sctp_getsockopt_events()
7762 if (param.se_type < SCTP_SN_TYPE_BASE || in sctp_getsockopt_event()