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.c157 if (V_ipstealth && pass > 0) in ip_dooptions()
195 if (V_ipstealth) in ip_dooptions()
273 if (V_ipstealth && pass == 0) in ip_dooptions()
314 if (V_ipstealth && pass == 0) in ip_dooptions()
H A Dip_var.h211 #define V_ipstealth VNET(ipstealth) macro
H A Dip_input.c845 if (V_ipstealth && hlen > sizeof (struct ip) && ip_dooptions(m, 1)) in ip_input()
960 V_ipstealth == 0 && in ip_forward()
1023 if (V_ipstealth == 0) in ip_forward()
H A Dip_fastfwd.c354 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()