Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dsctp.h1087 sctp_assoc_t spt_assoc_id; member
1095 sctp_assoc_t spt_assoc_id; member
/linux/net/sctp/
A Dsocket.c3882 val->spt_assoc_id); in sctp_setsockopt_paddr_thresholds()
3895 asoc = sctp_id2assoc(sk, val->spt_assoc_id); in sctp_setsockopt_paddr_thresholds()
3896 if (!asoc && val->spt_assoc_id != SCTP_FUTURE_ASSOC && in sctp_setsockopt_paddr_thresholds()
7172 val.spt_assoc_id); in sctp_getsockopt_paddr_thresholds()
7183 asoc = sctp_id2assoc(sk, val.spt_assoc_id); in sctp_getsockopt_paddr_thresholds()
7184 if (!asoc && val.spt_assoc_id != SCTP_FUTURE_ASSOC && in sctp_getsockopt_paddr_thresholds()

Completed in 37 milliseconds