Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cache.c183 #define TCPCACHE_F_TFO_REQ 0x01 macro
772 if (flags & TCPCACHE_F_TFO_REQ) { in tcp_heuristic_reset_counters()
829 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ | in tcp_heuristic_tfo_success()
833 flag = (TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_success()
925 if ((flags & TCPCACHE_F_TFO_REQ) && tpheur->th_tfo_req_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1038 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ); in tcp_heuristic_tfo_loss()
1041 flag = TCPCACHE_F_TFO_REQ; in tcp_heuristic_tfo_loss()
1402 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA | in tcp_heuristics_tfo_update()
1407 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristics_tfo_update()
1411 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA); in tcp_heuristics_tfo_update()
[all …]