Home
last modified time | relevance | path

Searched refs:th_ecn_backoff (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c81 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()
[all …]