ipv4_devconf       49 include/linux/inetdevice.h 	struct ipv4_devconf	cnf;
ipv4_devconf      171 include/linux/inetdevice.h 				 int ifindex, struct ipv4_devconf *devconf);
ipv4_devconf       16 include/net/netns/ipv4.h struct ipv4_devconf;
ipv4_devconf       51 include/net/netns/ipv4.h 	struct ipv4_devconf	*devconf_all;
ipv4_devconf       52 include/net/netns/ipv4.h 	struct ipv4_devconf	*devconf_dflt;
ipv4_devconf       70 net/ipv4/devinet.c static struct ipv4_devconf ipv4_devconf = {
ipv4_devconf       81 net/ipv4/devinet.c static struct ipv4_devconf ipv4_devconf_dflt = {
ipv4_devconf     2028 net/ipv4/devinet.c 				     struct ipv4_devconf *devconf, u32 portid,
ipv4_devconf     2088 net/ipv4/devinet.c 				 int ifindex, struct ipv4_devconf *devconf)
ipv4_devconf     2166 net/ipv4/devinet.c 	struct ipv4_devconf *devconf;
ipv4_devconf     2356 net/ipv4/devinet.c static int devinet_conf_ifindex(struct net *net, struct ipv4_devconf *cnf)
ipv4_devconf     2378 net/ipv4/devinet.c 		struct ipv4_devconf *cnf = ctl->extra1;
ipv4_devconf     2444 net/ipv4/devinet.c 				struct ipv4_devconf *cnf = ctl->extra1;
ipv4_devconf     2484 net/ipv4/devinet.c 		.data		= ipv4_devconf.data + \
ipv4_devconf     2489 net/ipv4/devinet.c 		.extra1		= &ipv4_devconf, \
ipv4_devconf     2557 net/ipv4/devinet.c 				     int ifindex, struct ipv4_devconf *p)
ipv4_devconf     2568 net/ipv4/devinet.c 		t->devinet_vars[i].data += (char *)p - (char *)&ipv4_devconf;
ipv4_devconf     2592 net/ipv4/devinet.c 					struct ipv4_devconf *cnf, int ifindex)
ipv4_devconf     2633 net/ipv4/devinet.c 		.data		= &ipv4_devconf.data[
ipv4_devconf     2638 net/ipv4/devinet.c 		.extra1		= &ipv4_devconf,
ipv4_devconf     2648 net/ipv4/devinet.c 	struct ipv4_devconf *all, *dflt;
ipv4_devconf     2655 net/ipv4/devinet.c 	all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL);
ipv4_devconf     2676 net/ipv4/devinet.c 		memcpy(all, init_net.ipv4.devconf_all, sizeof(ipv4_devconf));