Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinetdevice.h98 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) macro
125 ((IN_DEV_FORWARD(in_dev) && \
127 || (!IN_DEV_FORWARD(in_dev) && \
/openbmc/linux/net/ipv4/
H A Droute.c958 if (!IN_DEV_FORWARD(in_dev)) { in ip_error()
2302 if (!IN_DEV_FORWARD(in_dev)) in ip_route_input_slow()
2324 if (!IN_DEV_FORWARD(in_dev)) { in ip_route_input_slow()
H A Darp.c859 } else if (IN_DEV_FORWARD(in_dev)) { in arp_process()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c399 if (err != -EHOSTUNREACH || !in_dev || IN_DEV_FORWARD(in_dev)) in br_nf_pre_routing_finish()
/openbmc/linux/net/core/
H A Dfilter.c5860 if (unlikely(!in_dev || !IN_DEV_FORWARD(in_dev))) in bpf_ipv4_fib_lookup()