Searched refs:se_assoc_id (Results 1 – 2 of 2) sorted by relevance
1197 sctp_assoc_t se_assoc_id; member
4290 asoc = sctp_id2assoc(sk, param->se_assoc_id); in sctp_setsockopt_event()4291 if (!asoc && param->se_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_event()4299 param->se_assoc_id = SCTP_FUTURE_ASSOC; in sctp_setsockopt_event()4301 if (param->se_assoc_id == SCTP_FUTURE_ASSOC || in sctp_setsockopt_event()4302 param->se_assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_event()4306 if (param->se_assoc_id == SCTP_CURRENT_ASSOC || in sctp_setsockopt_event()4307 param->se_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_event()7752 asoc = sctp_id2assoc(sk, param.se_assoc_id); in sctp_getsockopt_event()7753 if (!asoc && param.se_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_event()
Completed in 21 milliseconds