Searched refs:V_drop_synfin (Results 1 – 2 of 2) sorted by relevance
805 #define V_drop_synfin VNET(drop_synfin) macro
1213 if ((thflags & TH_FIN) && V_drop_synfin) { in tcp_input()1567 if ((thflags & TH_SYN) && (thflags & TH_FIN) && V_drop_synfin) { in tcp_do_segment()