Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timer.h143 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt)
162 extern int tcp_keepcnt; /* number of keepalives */
H A Dtcp_timer.c152 int tcp_keepcnt = TCPTV_KEEPCNT; variable
153 SYSCTL_INT(_net_inet_tcp, OID_AUTO, keepcnt, CTLFLAG_RW, &tcp_keepcnt, 0,