Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_cache.h37 #define ECN_MIN_CE_PROBES 10 /* Probes are basically the number of incoming packets */ macro
H A Dtcp_input.c2869 if (inp->inp_stat->rxpackets < ECN_MIN_CE_PROBES) { in tcp_input()