Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c170 #define TCP_CACHE_OVERFLOW_PROTECT 9 macro
917 if ((flags & TCPCACHE_F_TFO_DATA) && tpheur->th_tfo_data_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
925 if ((flags & TCPCACHE_F_TFO_REQ) && tpheur->th_tfo_req_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
933 if ((flags & TCPCACHE_F_TFO_DATA_RST) && tpheur->th_tfo_data_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
941 if ((flags & TCPCACHE_F_TFO_REQ_RST) && tpheur->th_tfo_req_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
950 tpheur->th_mptcp_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
970 tpheur->th_ecn_loss < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
983 tpheur->th_ecn_aggressive < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
996 tpheur->th_ecn_droprst < TCP_CACHE_OVERFLOW_PROTECT && in tcp_heuristic_inc_counters()
1010 tpheur->th_ecn_synrst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()