Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timewait.c210 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in tcp_twcheck()
H A Dtcp_var.h1302 #define V_drop_synfin VNET(drop_synfin) macro
H A Dtcp_input.c1209 if ((thflags & TH_FIN) && V_drop_synfin) { in tcp_input_with_port()
1556 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11486 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in bbr_do_segment_nounlock()
H A Drack.c17404 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in rack_do_segment_nounlock()