Searched refs:se_assoc_id (Results 1 – 2 of 2) sorted by relevance
1195 sctp_assoc_t se_assoc_id; member
4277 asoc = sctp_id2assoc(sk, param->se_assoc_id); in sctp_setsockopt_event()4278 if (!asoc && param->se_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_event()4286 param->se_assoc_id = SCTP_FUTURE_ASSOC; in sctp_setsockopt_event()4288 if (param->se_assoc_id == SCTP_FUTURE_ASSOC || in sctp_setsockopt_event()4289 param->se_assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_event()4293 if (param->se_assoc_id == SCTP_CURRENT_ASSOC || in sctp_setsockopt_event()4294 param->se_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_event()7620 asoc = sctp_id2assoc(sk, param.se_assoc_id); in sctp_getsockopt_event()7621 if (!asoc && param.se_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_event()