Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c78 uint32_t th_tfo_enabled_time; /* The moment when we reenabled TFO after backing off */ member
884 if (tpheur->th_tfo_enabled_time) { in __tcp_heuristic_tfo_middlebox_common()
887 tpheur->th_tfo_backoff -= (tcp_now - tpheur->th_tfo_enabled_time); in __tcp_heuristic_tfo_middlebox_common()
1236 tpheur->th_tfo_enabled_time = tcp_now; in tcp_heuristic_do_tfo_common()