Lines Matching refs:th_ecn_backoff
82 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
742 tpheur->th_ecn_backoff = tcp_now; in tcp_getheuristic_with_lock()
969 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
974 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
979 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1006 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1012 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1017 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1024 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1030 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1035 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1046 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1051 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1181 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common()
1188 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_ecn_aggressive_common()
1202 tpheur->th_ecn_backoff, tcp_now, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_ecn_aggressive_common()
1343 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
1358 tpheur->th_ecn_backoff = tcp_now; in tcp_heuristic_do_ecn_common()