Searched refs:tcp_keepcnt (Results 1 – 4 of 4) sorted by relevance
148 u_int tcp_keepcnt = 0; /* max idle probes */ variable195 if (tcp_keepcnt == 0) in tcp_timer_init()196 tcp_keepcnt = TCPTV_KEEPCNT; in tcp_timer_init()
193 extern u_int tcp_keepcnt; /* number of keepalives, 0=infty */
930 tp->t_keepcnt = MAX(1, MIN(tcp_keepcnt, TCP_TIMER_MAXTICKS)); in tcp_tcpcb_template()
2049 sysctl_tcp_keep, 0, &tcp_keepcnt, 0, in sysctl_net_inet_tcp_setup2()