Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c211 #define TCPCACHE_F_TFO_DATA_RST 0x80 macro
795 if (flags & TCPCACHE_F_TFO_DATA_RST) { in tcp_heuristic_reset_counters()
847 TCPCACHE_F_TFO_DATA_RST | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_success()
950 if ((flags & TCPCACHE_F_TFO_DATA_RST) && tpheur->th_tfo_data_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1089 flag = (TCPCACHE_F_TFO_DATA_RST | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_rst()
1488 TCPCACHE_F_TFO_REQ_RST | TCPCACHE_F_TFO_DATA_RST); in tcp_heuristics_tfo_update()
1504 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ_RST | TCPCACHE_F_TFO_DATA_RST); in tcp_heuristics_tfo_update()