Lines Matching refs:th_ecn_backoff
81 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
746 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()
1039 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1050 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1055 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1185 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common()
1192 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_ecn_aggressive_common()
1206 tpheur->th_ecn_backoff, tcp_now, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_ecn_aggressive_common()
1347 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
1362 tpheur->th_ecn_backoff = tcp_now; in tcp_heuristic_do_ecn_common()