Searched refs:th_ecn_backoff (Results 1 – 1 of 1) sorted by relevance
81 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member746 tpheur->th_ecn_backoff = tcp_now; in tcp_getheuristic_with_lock()973 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()978 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()983 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()1010 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()1016 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()1021 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()1028 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()1034 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()[all …]