Home
last modified time | relevance | path

Searched refs:IPV4_DEVCONF (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dinetdevice.h55 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) macro
57 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/Linux-v6.1/net/ipv4/
Ddevinet.c96 IPV4_DEVCONF((*net->ipv4.devconf_dflt), attr)
272 if (IPV4_DEVCONF(in_dev->cnf, FORWARDING)) in inetdev_init()
2063 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2067 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2071 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2075 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2079 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2083 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
Dipmr.c436 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0; in ipmr_init_vif_indev()
691 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)--; in vif_delete()
876 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++; in vif_add()