Home
last modified time | relevance | path

Searched refs:V_tcp_isn_reseed_interval (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_subr.c292 #define V_tcp_isn_reseed_interval VNET(tcp_isn_reseed_interval) macro
3189 if ((V_isn_last_reseed == 0) || ((V_tcp_isn_reseed_interval > 0) && in tcp_new_isn()
3190 (((u_int)V_isn_last_reseed + (u_int)V_tcp_isn_reseed_interval*hz) in tcp_new_isn()