Lines Matching refs:th_ecn_backoff
81 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
741 tpheur->th_ecn_backoff = tcp_now; in tcp_getheuristic_with_lock()
968 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
973 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
978 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1005 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1011 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1016 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1023 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1029 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1034 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1045 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1050 __func__, tpheur->th_ecn_backoff, tcp_now, in tcp_heuristic_inc_counters()
1180 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common()
1187 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_ecn_aggressive_common()
1201 tpheur->th_ecn_backoff, tcp_now, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_ecn_aggressive_common()
1342 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
1357 tpheur->th_ecn_backoff = tcp_now; in tcp_heuristic_do_ecn_common()