Searched refs:th_ecn_backoff (Results 1 – 3 of 3) sorted by relevance
69 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member726 tpheur->th_ecn_backoff = tcp_now; in tcp_getheuristic_with_lock()971 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()976 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()984 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()989 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()997 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()1003 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()1016 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()1261 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()[all …]
74 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
182 T_LOG(" th_ecn_backoff: %u", entry->th_ecn_backoff);