Searched refs:SYNCOOKIE_LIFETIME (Results 1 – 2 of 2) sorted by relevance
109 #define SYNCOOKIE_LIFETIME 15 /* seconds */ macro118 #define TCP_SYNCACHE_PAUSE_TIME SYNCOOKIE_LIFETIME
287 -(SYNCOOKIE_LIFETIME + 1); in syncache_init()300 callout_reset(&V_tcp_syncache.secret.reseed, SYNCOOKIE_LIFETIME * hz, in syncache_init()1106 sch->sch_last_overflow < time_uptime - SYNCOOKIE_LIFETIME) { in syncache_expand()2408 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz); in syncookie_reseed()