Lines Matching refs:devconf
1748 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument
1769 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
1773 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
1777 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
1781 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
1793 struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
1802 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
1831 struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local
1849 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
1852 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf()
1861 devconf = &in_dev->cnf; in inet_netconf_get_devconf()
1870 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_get_devconf()