Home
last modified time | relevance | path

Searched refs:SCTP_ALL_ASSOC (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/sctp/
H A Dsocket.c255 if (id <= SCTP_ALL_ASSOC) in sctp_id2assoc()
2994 info->snd_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_sndinfo()
3425 params->assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_context()
3429 params->assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_context()
4015 info->pr_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_prinfo()
4021 info->pr_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_prinfo()
4086 params->assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_enable_strreset()
4090 params->assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_enable_strreset()
4178 params->assoc_id == SCTP_ALL_ASSOC) in sctp_setsockopt_scheduler()
4182 params->assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_scheduler()
[all …]
H A Dassociola.c1639 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
/linux-6.15/include/uapi/linux/
H A Dsctp.h64 #define SCTP_ALL_ASSOC 2 macro