Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h874 #define V_drop_synfin VNET(drop_synfin) macro
/f-stack/freebsd/netinet/
H A Dtcp_var.h874 #define V_drop_synfin VNET(drop_synfin) macro
H A Dtcp_input.c1200 if ((thflags & TH_FIN) && V_drop_synfin) { in tcp_input()
1541 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in tcp_do_segment()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10861 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in rack_do_segment_nounlock()
H A Dbbr.c11609 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in bbr_do_segment_nounlock()