Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c251 if (id <= SCTP_ALL_ASSOC) in sctp_id2assoc()
2786 if (!asoc && params->sack_assoc_id > SCTP_ALL_ASSOC && in __sctp_setsockopt_delayed_ack()
2800 params->sack_assoc_id == SCTP_ALL_ASSOC) { in __sctp_setsockopt_delayed_ack()
2817 params->sack_assoc_id == SCTP_ALL_ASSOC) in __sctp_setsockopt_delayed_ack()
2911 if (!asoc && info->sinfo_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_default_send_param()
2929 info->sinfo_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_send_param()
2938 info->sinfo_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_send_param()
2969 if (!asoc && info->snd_assoc_id > SCTP_ALL_ASSOC && in sctp_setsockopt_default_sndinfo()
2986 info->snd_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_sndinfo()
2994 info->snd_assoc_id == SCTP_ALL_ASSOC) { in sctp_setsockopt_default_sndinfo()
[all …]
H A Dassociola.c1630 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0, in sctp_assoc_set_id()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h64 #define SCTP_ALL_ASSOC 2 macro