Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dinetdevice.h49 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) macro
51 IPV4_DEVCONF((*(net)->ipv4.devconf_all), attr)
/linux-4.4.14/net/ipv4/
Ddevinet.c94 IPV4_DEVCONF((*net->ipv4.devconf_dflt), attr)
250 if (IPV4_DEVCONF(in_dev->cnf, FORWARDING)) in inetdev_init()
1776 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
1780 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
1784 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
1788 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
1792 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
Dipmr.c434 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0; in ipmr_new_tunnel()
528 IPV4_DEVCONF(in_dev->cnf, RP_FILTER) = 0; in ipmr_reg_vif()
591 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)--; in vif_delete()
785 IPV4_DEVCONF(in_dev->cnf, MC_FORWARDING)++; in vif_add()