Searched refs:IPV4_DEVCONF (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | inetdevice.h | 55 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) macro 57 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 96 IPV4_DEVCONF((*net->ipv4.devconf_dflt), attr) 279 if (IPV4_DEVCONF(in_dev->cnf, FORWARDING)) in inetdev_init() 2112 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf() 2116 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf() 2120 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2124 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf() 2128 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf() 2132 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
|
H A D | ipmr.c | 448 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0; in ipmr_init_vif_indev() 703 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)--; in vif_delete() 888 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++; in vif_add()
|