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

/linux-master/net/sctp/
H A Dsocket.c254 if (id <= SCTP_ALL_ASSOC)
2793 if (!asoc && params->sack_assoc_id > SCTP_ALL_ASSOC &&
2807 params->sack_assoc_id == SCTP_ALL_ASSOC) {
2824 params->sack_assoc_id == SCTP_ALL_ASSOC)
2918 if (!asoc && info->sinfo_assoc_id > SCTP_ALL_ASSOC &&
2936 info->sinfo_assoc_id == SCTP_ALL_ASSOC) {
2945 info->sinfo_assoc_id == SCTP_ALL_ASSOC) {
2976 if (!asoc && info->snd_assoc_id > SCTP_ALL_ASSOC &&
2993 info->snd_assoc_id == SCTP_ALL_ASSOC) {
3001 info->snd_assoc_id == SCTP_ALL_ASSOC) {
[all...]
H A Dassociola.c1636 * SCTP_ALL_ASSOC, so an available id must be > SCTP_ALL_ASSOC.
1638 ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0,
/linux-master/include/uapi/linux/
H A Dsctp.h64 #define SCTP_ALL_ASSOC 2 macro

Completed in 218 milliseconds