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

/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h289 #define V_ip6_forwarding VNET(ip6_forwarding) macro
H A Dip6_input.c465 if (V_ip6_forwarding)
731 if (V_ip6_forwarding != 0 && V_ip6_sendredirects == 0
847 if (!V_ip6_forwarding) {
H A Dnd6_rtr.c134 * Accept RS only when V_ip6_forwarding=1 and the interface has
137 if (!V_ip6_forwarding || ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV)
291 else if (V_ip6_forwarding && !V_ip6_rfc6204w3)
H A Dicmp6.c2239 if (V_ip6_forwarding)
2446 if (!V_ip6_forwarding)
H A Dnd6_nbr.c142 rflag = (V_ip6_forwarding) ? ND_NA_FLAG_ROUTER : 0;
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c602 if (V_ip6_forwarding != 0) {
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c366 if (V_ip6_forwarding == 0 || args->f_id.addr_type != 6)

Completed in 123 milliseconds