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

/linux-master/net/ipv6/
H A Dsyncookies.c84 if (diff >= MAX_SYNCOOKIE_AGE)
/linux-master/net/ipv4/
H A Dsyncookies.c110 * MAX_SYNCOOKIE_AGE minutes in the past.
123 if (diff >= MAX_SYNCOOKIE_AGE)
/linux-master/include/net/
H A Dtcp.h526 #define MAX_SYNCOOKIE_AGE 2 macro
528 #define TCP_SYNCOOKIE_VALID (MAX_SYNCOOKIE_AGE * TCP_SYNCOOKIE_PERIOD)

Completed in 212 milliseconds