Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.h70 uint32_t th_tfo_enabled_time; /* The moment when we reenabled TFO after backing off */ member
H A Dtcp_cache.c65 uint32_t th_tfo_enabled_time; /* The moment when we reenabled TFO after backing off */ member
866 if (tpheur->th_tfo_enabled_time) { in __tcp_heuristic_tfo_middlebox_common()
869 tpheur->th_tfo_backoff -= (tcp_now - tpheur->th_tfo_enabled_time); in __tcp_heuristic_tfo_middlebox_common()
1154 tpheur->th_tfo_enabled_time = tcp_now; in tcp_heuristic_do_tfo_common()
1615 heur_data.th_tfo_enabled_time = tpheur->th_tfo_enabled_time;
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c178 T_LOG(" th_tfo_enabled_time: %u", entry->th_tfo_enabled_time);