Searched refs:SCTP_MAX_COOKIE_LIFE (Results 1 – 2 of 2) sorted by relevance
586 #define SCTP_MAX_COOKIE_LIFE 3600000 /* 1 hour in ms */ macro
5101 if (sasoc->sasoc_cookie_life > SCTP_MAX_COOKIE_LIFE) { in sctp_setopt()5102 sasoc->sasoc_cookie_life = SCTP_MAX_COOKIE_LIFE; in sctp_setopt()