Searched refs:tcp_keepintvl (Results 1 – 4 of 4) sorted by relevance
147 u_int tcp_keepintvl = 0; variable192 if (tcp_keepintvl == 0) in tcp_timer_init()193 tcp_keepintvl = TCPTV_KEEPINTVL; in tcp_timer_init()
192 extern u_int tcp_keepintvl; /* time between keepalive probes */
929 tp->t_keepintvl = MIN(tcp_keepintvl, TCP_TIMER_MAXTICKS); in tcp_tcpcb_template()
2043 sysctl_tcp_keep, 0, &tcp_keepintvl, 0, in sysctl_net_inet_tcp_setup2()