Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/ !
H A Dtcp_cache.c206 #define TCPCACHE_F_TFO_DATA 0x02 macro
780 if (flags & TCPCACHE_F_TFO_DATA) { in tcp_heuristic_reset_counters()
847 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ | in tcp_heuristic_tfo_success()
935 if ((flags & TCPCACHE_F_TFO_DATA) && tpheur->th_tfo_data_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1072 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ); in tcp_heuristic_tfo_loss()
1488 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA | in tcp_heuristics_tfo_update()
1497 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA); in tcp_heuristics_tfo_update()