Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_cache.h112 #define ECN_MIN_CE_PROBES (20) /* Probes are basically the number of incoming packets */ macro
H A Dtcp_input.c2209 if (tp->t_ecn_capable_packets_acked < ECN_MIN_CE_PROBES) { in tcp_ece_aggressive_heur()
3599 if (inp->inp_mstat.ms_total.ts_rxpackets < ECN_MIN_CE_PROBES) { in tcp_input()