Searched refs:tcp_keepinit (Results 1 – 4 of 4) sorted by relevance
159 extern int tcp_keepinit; /* [a] time to keep alive initial SYN packet */
64 int tcp_keepinit = TCPTV_KEEPINIT; variable
691 TCP_TIMER_ARM(tp, TCPT_KEEP, atomic_load_int(&tcp_keepinit)); in tcp_connect()1516 atomic_store_int(&tcp_keepinit, in tcp_sysctl()
3401 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()