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

/freebsd-10-stable/sys/netinet6/
H A Dip6_var.h312 #define V_ip6_forwarding VNET(ip6_forwarding) macro
H A Dip6_input.c385 if (V_ip6_forwarding)
867 if (!V_ip6_forwarding) {
H A Dnd6_rtr.c135 * Accept RS only when V_ip6_forwarding=1 and the interface has
138 if (!V_ip6_forwarding || ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV)
284 else if (V_ip6_forwarding && !V_ip6_rfc6204w3)
H A Dicmp6.c2342 if (V_ip6_forwarding)
2533 if (!V_ip6_forwarding)
H A Dnd6_nbr.c139 rflag = (V_ip6_forwarding) ? ND_NA_FLAG_ROUTER : 0;
/freebsd-10-stable/sys/netinet/
H A Dtcp_lro.c406 if (V_ip6_forwarding != 0) {

Completed in 98 milliseconds