Home
last modified time | relevance | path

Searched refs:IN_DEV_ORCONF (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dinetdevice.h93 #define IN_DEV_ORCONF(in_dev, attr) \ macro
104 #define IN_DEV_SRC_VMARK(in_dev) IN_DEV_ORCONF((in_dev), SRC_VMARK)
107 #define IN_DEV_ACCEPT_LOCAL(in_dev) IN_DEV_ORCONF((in_dev), ACCEPT_LOCAL)
110 #define IN_DEV_LOG_MARTIANS(in_dev) IN_DEV_ORCONF((in_dev), LOG_MARTIANS)
111 #define IN_DEV_PROXY_ARP(in_dev) IN_DEV_ORCONF((in_dev), PROXY_ARP)
113 #define IN_DEV_SHARED_MEDIA(in_dev) IN_DEV_ORCONF((in_dev), SHARED_MEDIA)
115 #define IN_DEV_SEC_REDIRECTS(in_dev) IN_DEV_ORCONF((in_dev), \
120 IN_DEV_ORCONF((in_dev), \
130 IN_DEV_ORCONF((in_dev), ACCEPT_REDIRECTS)))
133 IN_DEV_ORCONF((in_dev), IGNORE_ROUTES_WITH_LINKDOWN)
[all …]
/linux/net/ipv4/
A Dip_input.c372 if (in_dev && IN_DEV_ORCONF(in_dev, NOPOLICY)) in ip_rcv_finish_core()
415 IN_DEV_ORCONF(in_dev, DROP_UNICAST_IN_L2_MULTICAST)) { in ip_rcv_finish_core()
A Droute.c1715 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in ip_route_input_mc()
1823 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in __mkroute_input()
1839 IN_DEV_ORCONF(out_dev, NOXFRM)); in __mkroute_input()
2335 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in ip_route_input_slow()
2574 IN_DEV_ORCONF(in_dev, NOXFRM)); in __mkroute_output()
A Darp.c796 if (sip == tip && IN_DEV_ORCONF(in_dev, DROP_GRATUITOUS_ARP)) in arp_process()

Completed in 16 milliseconds