Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c210 #define TCPCACHE_F_TFO_REQ_RST 0x40 macro
808 if (flags & TCPCACHE_F_TFO_REQ_RST) { in tcp_heuristic_reset_counters()
852 TCPCACHE_F_TFO_DATA_RST | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_success()
855 flag = (TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_success()
963 if ((flags & TCPCACHE_F_TFO_REQ_RST) && tpheur->th_tfo_req_rst < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1094 flag = (TCPCACHE_F_TFO_DATA_RST | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_rst()
1097 flag = TCPCACHE_F_TFO_REQ_RST; in tcp_heuristic_tfo_rst()
1493 TCPCACHE_F_TFO_REQ_RST | TCPCACHE_F_TFO_DATA_RST); in tcp_heuristics_tfo_update()
1497 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristics_tfo_update()
1509 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ_RST | TCPCACHE_F_TFO_DATA_RST); in tcp_heuristics_tfo_update()
[all …]