Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c71 uint8_t th_tfo_in_backoff:1, /* Are we avoiding TFO due to the backoff timer? */ member
860 if (tpheur->th_tfo_in_backoff) { in __tcp_heuristic_tfo_middlebox_common()
864 tpheur->th_tfo_in_backoff = 1; in __tcp_heuristic_tfo_middlebox_common()
1148 if (tpheur->th_tfo_in_backoff == 0) { in tcp_heuristic_do_tfo_common()
1153 tpheur->th_tfo_in_backoff = 0; in tcp_heuristic_do_tfo_common()
1620 heur_data.th_tfo_in_backoff = tpheur->th_tfo_in_backoff;
H A Dtcp_cache.h76 uint8_t th_tfo_in_backoff:1, /* Are we avoiding TFO due to the backoff timer? */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c185 T_LOG(" th_tfo_in_backoff: %u", entry->th_tfo_in_backoff);