Lines Matching refs:TCPCACHE_F_TFO_REQ
204 #define TCPCACHE_F_TFO_REQ 0x01 macro
787 if (flags & TCPCACHE_F_TFO_REQ) { in tcp_heuristic_reset_counters()
846 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ | in tcp_heuristic_tfo_success()
850 flag = (TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristic_tfo_success()
942 if ((flags & TCPCACHE_F_TFO_REQ) && tpheur->th_tfo_req_loss < TCP_CACHE_OVERFLOW_PROTECT) { in tcp_heuristic_inc_counters()
1071 flag = (TCPCACHE_F_TFO_DATA | TCPCACHE_F_TFO_REQ); in tcp_heuristic_tfo_loss()
1074 flag = TCPCACHE_F_TFO_REQ; in tcp_heuristic_tfo_loss()
1487 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA | in tcp_heuristics_tfo_update()
1492 tcp_heuristic_reset_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_REQ_RST); in tcp_heuristics_tfo_update()
1496 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ | TCPCACHE_F_TFO_DATA); in tcp_heuristics_tfo_update()
1500 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_TFO_REQ); in tcp_heuristics_tfo_update()