Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_options.c158 if (V_ipstealth && pass > 0) in ip_dooptions()
196 if (V_ipstealth) in ip_dooptions()
274 if (V_ipstealth && pass == 0) in ip_dooptions()
315 if (V_ipstealth && pass == 0) in ip_dooptions()
H A Dip_var.h213 #define V_ipstealth VNET(ipstealth) macro
H A Dip_input.c815 if (V_ipstealth && hlen > sizeof (struct ip) && ip_dooptions(m, 1)) in ip_input()
930 V_ipstealth == 0 && in ip_forward()
993 if (V_ipstealth == 0) in ip_forward()
H A Dip_fastfwd.c352 if (!V_ipstealth) { in ip_tryforward()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c128 V_nat64ipstealth = &V_ipstealth; in nat64_set_output_method()