Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsctp.h1197 sctp_assoc_t se_assoc_id; member
/openbmc/linux/net/sctp/
H A Dsocket.c4302 asoc = sctp_id2assoc(sk, param->se_assoc_id); in sctp_setsockopt_event()
4303 if (!asoc && param->se_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_event()
4311 param->se_assoc_id = SCTP_FUTURE_ASSOC; in sctp_setsockopt_event()
4313 if (param->se_assoc_id == SCTP_FUTURE_ASSOC || in sctp_setsockopt_event()
4314 param->se_assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_event()
4318 if (param->se_assoc_id == SCTP_CURRENT_ASSOC || in sctp_setsockopt_event()
4319 param->se_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_event()
7766 asoc = sctp_id2assoc(sk, param.se_assoc_id); in sctp_getsockopt_event()
7767 if (!asoc && param.se_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_event()