Lines Matching refs:devconf
2143 const struct ipv4_devconf *devconf, in inet_netconf_fill_devconf() argument
2165 if (!devconf) in inet_netconf_fill_devconf()
2170 IPV4_DEVCONF_RO(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2174 IPV4_DEVCONF_RO(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2178 IPV4_DEVCONF_RO(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2182 IPV4_DEVCONF_RO(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2186 IPV4_DEVCONF_RO(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2190 IPV4_DEVCONF_RO(*devconf, in inet_netconf_fill_devconf()
2204 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
2213 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
2280 const struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local
2297 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2300 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf()
2309 devconf = &in_dev->cnf; in inet_netconf_get_devconf()
2318 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_get_devconf()