Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c83 uint8_t th_tfo_in_backoff:1, /* Are we avoiding TFO due to the backoff timer? */ member
882 if (tpheur->th_tfo_in_backoff) { in __tcp_heuristic_tfo_middlebox_common()
886 tpheur->th_tfo_in_backoff = 1; in __tcp_heuristic_tfo_middlebox_common()
1234 if (tpheur->th_tfo_in_backoff == 0) { in tcp_heuristic_do_tfo_common()
1239 tpheur->th_tfo_in_backoff = 0; in tcp_heuristic_do_tfo_common()