Home
last modified time | relevance | path

Searched refs:se_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dsctp.h1198 uint16_t se_type; member
/linux-6.15/net/sctp/
H A Dsocket.c4274 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on); in sctp_assoc_ulpevent_type_set()
4276 if (param->se_type == SCTP_SENDER_DRY_EVENT && param->se_on) { in sctp_assoc_ulpevent_type_set()
4300 if (param->se_type < SCTP_SN_TYPE_BASE || in sctp_setsockopt_event()
4301 param->se_type > SCTP_SN_TYPE_MAX) in sctp_setsockopt_event()
4318 param->se_type, param->se_on); in sctp_setsockopt_event()
7769 if (param.se_type < SCTP_SN_TYPE_BASE || in sctp_getsockopt_event()
7770 param.se_type > SCTP_SN_TYPE_MAX) in sctp_getsockopt_event()
7779 param.se_on = sctp_ulpevent_type_enabled(subscribe, param.se_type); in sctp_getsockopt_event()