Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_subr.c2067 #define V_isn_last_reseed VNET(isn_last_reseed) macro
2083 if ((V_isn_last_reseed == 0) || ((V_tcp_isn_reseed_interval > 0) && in tcp_new_isn()
2084 (((u_int)V_isn_last_reseed + (u_int)V_tcp_isn_reseed_interval*hz) in tcp_new_isn()
2087 V_isn_last_reseed = ticks; in tcp_new_isn()