Searched refs:tcp_keepintvl (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c677 tcp_keepintvl = TCPTV_KEEPINTVL;
H A Dtcp_timer.c96 int tcp_keepintvl; variable
98 &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "time between keepalive probes");
H A Dtcp_timer.h172 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)->t_keepintvl : tcp_keepintvl)
180 extern int tcp_keepintvl; /* time between keepalive probes */

Completed in 99 milliseconds