Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_input.c149 #define V_drop_synfin VNET(drop_synfin) macro
1222 if ((thflags & TH_FIN) && V_drop_synfin) { in tcp_input()