Lines Matching refs:devconf
2144 const struct ipv4_devconf *devconf, in inet_netconf_fill_devconf() argument
2166 if (!devconf) in inet_netconf_fill_devconf()
2171 IPV4_DEVCONF_RO(*devconf, FORWARDING)) < 0) in inet_netconf_fill_devconf()
2175 IPV4_DEVCONF_RO(*devconf, RP_FILTER)) < 0) in inet_netconf_fill_devconf()
2179 IPV4_DEVCONF_RO(*devconf, MC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2183 IPV4_DEVCONF_RO(*devconf, BC_FORWARDING)) < 0) in inet_netconf_fill_devconf()
2187 IPV4_DEVCONF_RO(*devconf, PROXY_ARP)) < 0) in inet_netconf_fill_devconf()
2191 IPV4_DEVCONF_RO(*devconf, in inet_netconf_fill_devconf()
2205 int ifindex, struct ipv4_devconf *devconf) in inet_netconf_notify_devconf() argument
2214 err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0, in inet_netconf_notify_devconf()
2281 const struct ipv4_devconf *devconf; in inet_netconf_get_devconf() local
2298 devconf = net->ipv4.devconf_all; in inet_netconf_get_devconf()
2301 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf()
2310 devconf = &in_dev->cnf; in inet_netconf_get_devconf()
2319 err = inet_netconf_fill_devconf(skb, ifindex, devconf, in inet_netconf_get_devconf()