Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_timer.c147 u_int tcp_keepintvl = 0; variable
192 if (tcp_keepintvl == 0) in tcp_timer_init()
193 tcp_keepintvl = TCPTV_KEEPINTVL; in tcp_timer_init()
H A Dtcp_timer.h192 extern u_int tcp_keepintvl; /* time between keepalive probes */
H A Dtcp_subr.c929 tp->t_keepintvl = MIN(tcp_keepintvl, TCP_TIMER_MAXTICKS); in tcp_tcpcb_template()
H A Dtcp_usrreq.c2043 sysctl_tcp_keep, 0, &tcp_keepintvl, 0, in sysctl_net_inet_tcp_setup2()