Searched refs:tcp_keepcnt (Results 1 – 2 of 2) sorted by relevance
173 #define TP_KEEPCNT(tp) ((tp)->t_keepcnt ? (tp)->t_keepcnt : tcp_keepcnt)181 extern int tcp_keepcnt; /* number of keepalives */
133 int tcp_keepcnt = TCPTV_KEEPCNT; variable134 SYSCTL_INT(_net_inet_tcp, OID_AUTO, keepcnt, CTLFLAG_RW, &tcp_keepcnt, 0,