Searched refs:se_assoc_id (Results 1 – 2 of 2) sorted by relevance
1197 sctp_assoc_t se_assoc_id; member
4292 asoc = sctp_id2assoc(sk, param->se_assoc_id); in sctp_setsockopt_event()4293 if (!asoc && param->se_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_event()4301 param->se_assoc_id = SCTP_FUTURE_ASSOC; in sctp_setsockopt_event()4303 if (param->se_assoc_id == SCTP_FUTURE_ASSOC || in sctp_setsockopt_event()4304 param->se_assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_event()4308 if (param->se_assoc_id == SCTP_CURRENT_ASSOC || in sctp_setsockopt_event()4309 param->se_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_event()7755 asoc = sctp_id2assoc(sk, param.se_assoc_id); in sctp_getsockopt_event()7756 if (!asoc && param.se_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_event()
Completed in 22 milliseconds