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