Searched refs:SCTP_FUTURE_ASSOC (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sctp/
H A Dsocket.c2658 /* Get association, if assoc_id != SCTP_FUTURE_ASSOC and the
2663 if (!asoc && params->spp_assoc_id != SCTP_FUTURE_ASSOC &&
2788 /* Get association, if sack_assoc_id != SCTP_FUTURE_ASSOC and the
2804 params->sack_assoc_id = SCTP_FUTURE_ASSOC;
2806 if (params->sack_assoc_id == SCTP_FUTURE_ASSOC ||
2933 info->sinfo_assoc_id = SCTP_FUTURE_ASSOC;
2935 if (info->sinfo_assoc_id == SCTP_FUTURE_ASSOC ||
2990 info->snd_assoc_id = SCTP_FUTURE_ASSOC;
2992 if (info->snd_assoc_id == SCTP_FUTURE_ASSOC ||
3092 if (!asoc && rtoinfo->srto_assoc_id != SCTP_FUTURE_ASSOC
[all...]
/linux-master/include/uapi/linux/
H A Dsctp.h62 #define SCTP_FUTURE_ASSOC 0 macro

Completed in 222 milliseconds