Home
last modified time | relevance | path

Searched refs:tcp_keepinit (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_timer.h159 extern int tcp_keepinit; /* [a] time to keep alive initial SYN packet */
H A Dtcp_timer.c64 int tcp_keepinit = TCPTV_KEEPINIT; variable
H A Dtcp_usrreq.c691 TCP_TIMER_ARM(tp, TCPT_KEEP, atomic_load_int(&tcp_keepinit)); in tcp_connect()
1516 atomic_store_int(&tcp_keepinit, in tcp_sysctl()
H A Dtcp_input.c3401 if (sc->sc_rxttot >= atomic_load_int(&tcp_keepinit)) in syn_cache_timer()
3679 TCP_TIMER_ARM(tp, TCPT_KEEP, atomic_load_int(&tcp_keepinit)); in syn_cache_get()