Searched refs:th_tfo_backoff_until (Results 1 – 3 of 3) sorted by relevance
66 uint32_t th_tfo_backoff_until; /* Time until when we should not try out TFO */ member727 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;
71 uint32_t th_tfo_backoff_until; /* Time until when we should not try out TFO */ member
179 T_LOG(" th_tfo_backoff_until: %u", entry->th_tfo_backoff_until);