Searched refs:drop_synfin (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c180 static int drop_synfin = 1; variable
181 SYSCTL_INT(_net_inet_tcp, OID_AUTO, drop_synfin, CTLFLAG_RW | CTLFLAG_LOCKED,
182 &drop_synfin, 0, "Drop TCP packets with SYN+FIN set");
1382 * If the drop_synfin option is enabled, drop all packets with
1388 if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) {

Completed in 24 milliseconds