Home
last modified time | relevance | path

Searched refs:tcp_keepintvl (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/netinet/
Dtcp_timer.c66 int tcp_keepintvl = TCPTV_KEEPINTVL; variable
495 TCP_TIMER_ARM(tp, TCPT_KEEP, atomic_load_int(&tcp_keepintvl)); in tcp_timer_keep()
527 TCP_TIMER_ARM(tp, TCPT_2MSL, atomic_load_int(&tcp_keepintvl)); in tcp_timer_2msl()
Dtcp_timer.h161 extern int tcp_keepintvl; /* [a] time between keepalive probes */
Dtcp_usrreq.c1523 atomic_store_int(&tcp_keepintvl, in tcp_sysctl()