Searched refs:IN_DEV_ORCONF (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | inetdevice.h | 91 #define IN_DEV_ORCONF(in_dev, attr) \ macro 102 #define IN_DEV_SRC_VMARK(in_dev) IN_DEV_ORCONF((in_dev), SRC_VMARK) 105 #define IN_DEV_ACCEPT_LOCAL(in_dev) IN_DEV_ORCONF((in_dev), ACCEPT_LOCAL) 108 #define IN_DEV_LOG_MARTIANS(in_dev) IN_DEV_ORCONF((in_dev), LOG_MARTIANS) 109 #define IN_DEV_PROXY_ARP(in_dev) IN_DEV_ORCONF((in_dev), PROXY_ARP) 111 #define IN_DEV_SHARED_MEDIA(in_dev) IN_DEV_ORCONF((in_dev), SHARED_MEDIA) 113 #define IN_DEV_SEC_REDIRECTS(in_dev) IN_DEV_ORCONF((in_dev), \ 118 IN_DEV_ORCONF((in_dev), \ 128 IN_DEV_ORCONF((in_dev), ACCEPT_REDIRECTS))) 131 IN_DEV_ORCONF((in_dev), IGNORE_ROUTES_WITH_LINKDOWN) [all …]
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_input.c | 372 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 D | route.c | 1738 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in ip_route_input_mc() 1846 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in __mkroute_input() 1862 IN_DEV_ORCONF(out_dev, NOXFRM)); in __mkroute_input() 2354 if (IN_DEV_ORCONF(in_dev, NOPOLICY)) in ip_route_input_slow() 2593 IN_DEV_ORCONF(in_dev, NOXFRM)); in __mkroute_output()
|
A D | arp.c | 795 if (sip == tip && IN_DEV_ORCONF(in_dev, DROP_GRATUITOUS_ARP)) in arp_process()
|
Completed in 14 milliseconds