Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsctp.h841 sctp_assoc_t scact_assoc_id; member
/Linux-v4.19/net/sctp/
Dsocket.c3769 asoc = sctp_id2assoc(sk, val.scact_assoc_id); in sctp_setsockopt_active_key()
3770 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_active_key()
3797 asoc = sctp_id2assoc(sk, val.scact_assoc_id); in sctp_setsockopt_del_key()
3798 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_del_key()
3825 asoc = sctp_id2assoc(sk, val.scact_assoc_id); in sctp_setsockopt_deactivate_key()
3826 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_deactivate_key()
6638 asoc = sctp_id2assoc(sk, val.scact_assoc_id); in sctp_getsockopt_active_key()
6639 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_getsockopt_active_key()