Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c69 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
726 tpheur->th_ecn_backoff = tcp_now; in tcp_getheuristic_with_lock()
971 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
976 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
984 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
989 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
997 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1003 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1016 tpheur->th_ecn_backoff = tcp_now + in tcp_heuristic_inc_counters()
1261 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
[all …]
H A Dtcp_cache.h74 uint32_t th_ecn_backoff; /* Time until when we should not try out ECN */ member
/xnu-12377.1.9/tests/
H A Dtcp_cache_test.c182 T_LOG(" th_ecn_backoff: %u", entry->th_ecn_backoff);