Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c66 uint32_t th_tfo_backoff_until; /* Time until when we should not try out TFO */ member
727 tpheur->th_tfo_backoff_until = tcp_now; in tcp_getheuristic_with_lock()
875 tpheur->th_tfo_backoff_until = tcp_now + tpheur->th_tfo_backoff; in __tcp_heuristic_tfo_middlebox_common()
885 tpheur->th_tfo_backoff_until, tcp_now, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in __tcp_heuristic_tfo_middlebox_common()
1152 if (TSTMP_GT(tcp_now, tpheur->th_tfo_backoff_until)) { in tcp_heuristic_do_tfo_common()
1616 heur_data.th_tfo_backoff_until = tpheur->th_tfo_backoff_until;
H A Dtcp_cache.h71 uint32_t th_tfo_backoff_until; /* Time until when we should not try out TFO */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c179 T_LOG(" th_tfo_backoff_until: %u", entry->th_tfo_backoff_until);