devconf           171 include/linux/inetdevice.h 				 int ifindex, struct ipv4_devconf *devconf);
devconf           298 include/net/addrconf.h 				  int ifindex, struct ipv6_devconf *devconf);
devconf          2028 net/ipv4/devinet.c 				     struct ipv4_devconf *devconf, u32 portid,
devconf          2050 net/ipv4/devinet.c 	if (!devconf)
devconf          2055 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, FORWARDING)) < 0)
devconf          2059 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, RP_FILTER)) < 0)
devconf          2063 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, MC_FORWARDING)) < 0)
devconf          2067 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, BC_FORWARDING)) < 0)
devconf          2071 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, PROXY_ARP)) < 0)
devconf          2075 net/ipv4/devinet.c 			IPV4_DEVCONF(*devconf, IGNORE_ROUTES_WITH_LINKDOWN)) < 0)
devconf          2088 net/ipv4/devinet.c 				 int ifindex, struct ipv4_devconf *devconf)
devconf          2097 net/ipv4/devinet.c 	err = inet_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
devconf          2166 net/ipv4/devinet.c 	struct ipv4_devconf *devconf;
devconf          2183 net/ipv4/devinet.c 		devconf = net->ipv4.devconf_all;
devconf          2186 net/ipv4/devinet.c 		devconf = net->ipv4.devconf_dflt;
devconf          2195 net/ipv4/devinet.c 		devconf = &in_dev->cnf;
devconf          2204 net/ipv4/devinet.c 	err = inet_netconf_fill_devconf(skb, ifindex, devconf,
devconf           514 net/ipv6/addrconf.c 				      struct ipv6_devconf *devconf, u32 portid,
devconf           536 net/ipv6/addrconf.c 	if (!devconf)
devconf           540 net/ipv6/addrconf.c 	    nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
devconf           545 net/ipv6/addrconf.c 			devconf->mc_forwarding) < 0)
devconf           549 net/ipv6/addrconf.c 	    nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0)
devconf           554 net/ipv6/addrconf.c 			devconf->ignore_routes_with_linkdown) < 0)
devconf           567 net/ipv6/addrconf.c 				  int ifindex, struct ipv6_devconf *devconf)
devconf           576 net/ipv6/addrconf.c 	err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
devconf           645 net/ipv6/addrconf.c 	struct ipv6_devconf *devconf;
devconf           660 net/ipv6/addrconf.c 		devconf = net->ipv6.devconf_all;
devconf           663 net/ipv6/addrconf.c 		devconf = net->ipv6.devconf_dflt;
devconf           672 net/ipv6/addrconf.c 		devconf = &in6_dev->cnf;
devconf           681 net/ipv6/addrconf.c 	err = inet6_netconf_fill_devconf(skb, ifindex, devconf,