Searched refs:tcp_keepintvl (Results 1 – 4 of 4) sorted by relevance
310 (((tp)->t_keepintvl > 0) ? (tp)->t_keepintvl : (uint32_t)tcp_keepintvl)321 extern int tcp_keepintvl; /* time between keepalive probes */
167 int tcp_keepintvl = TCPTV_KEEPINTVL; variable170 &tcp_keepintvl, offsetof(skmem_sysctl, tcp.keepintvl),193 int tcp_keepintvl; variable196 &tcp_keepintvl, 0, sysctl_msec_to_ticks, "I", "");
2757 optval = tcp_keepintvl / TCP_RETRANSHZ; in tcp_ctloutput()
518 tcp_keepintvl = TCPTV_KEEPINTVL; in tcp_init()