Searched refs:se_assoc_id (Results 1 – 2 of 2) sorted by relevance
1197 sctp_assoc_t se_assoc_id; member
4303 asoc = sctp_id2assoc(sk, param->se_assoc_id); in sctp_setsockopt_event()4304 if (!asoc && param->se_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_event()4312 param->se_assoc_id = SCTP_FUTURE_ASSOC; in sctp_setsockopt_event()4314 if (param->se_assoc_id == SCTP_FUTURE_ASSOC || in sctp_setsockopt_event()4315 param->se_assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_event()4319 if (param->se_assoc_id == SCTP_CURRENT_ASSOC || in sctp_setsockopt_event()4320 param->se_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_event()7772 asoc = sctp_id2assoc(sk, param.se_assoc_id); in sctp_getsockopt_event()7773 if (!asoc && param.se_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_event()
Completed in 26 milliseconds