Searched refs:th_tfo_in_backoff (Results 1 – 3 of 3) sorted by relevance
71 uint8_t th_tfo_in_backoff:1, /* Are we avoiding TFO due to the backoff timer? */ member860 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;
76 uint8_t th_tfo_in_backoff:1, /* Are we avoiding TFO due to the backoff timer? */ member
185 T_LOG(" th_tfo_in_backoff: %u", entry->th_tfo_in_backoff);