Lines Matching refs:devconf
2057 struct ipv4_devconf *devconf, u32 portid, in inet_netconf_fill_devconf() argument
2079 if (!devconf) in inet_netconf_fill_devconf()
2084 IPV4_DEVCONF(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2088 IPV4_DEVCONF(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2092 IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2096 IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2100 IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2104 IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0) in inet_netconf_fill_devconf()
2117 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
2126 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
2195 struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local
2212 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2215 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf()
2224 devconf = &in_dev->cnf; in inet_netconf_get_devconf()
2233 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_get_devconf()