Searched refs:IN_DEV_FORWARD (Results 1 – 5 of 5) sorted by relevance
96 #define IN_DEV_FORWARD(in_dev) IN_DEV_CONF_GET((in_dev), FORWARDING) macro123 ((IN_DEV_FORWARD(in_dev) && \125 || (!IN_DEV_FORWARD(in_dev) && \
378 if (err != -EHOSTUNREACH || !in_dev || IN_DEV_FORWARD(in_dev)) in br_nf_pre_routing_finish()
954 if (!IN_DEV_FORWARD(in_dev)) { in ip_error()2280 if (!IN_DEV_FORWARD(in_dev)) in ip_route_input_slow()2302 if (!IN_DEV_FORWARD(in_dev)) { in ip_route_input_slow()
838 } else if (IN_DEV_FORWARD(in_dev)) { in arp_process()
5398 if (unlikely(!in_dev || !IN_DEV_FORWARD(in_dev))) in bpf_ipv4_fib_lookup()
Completed in 31 milliseconds