ipv4_devconf       41 include/linux/inetdevice.h 	struct ipv4_devconf	cnf;
ipv4_devconf       11 include/net/netns/ipv4.h struct ipv4_devconf;
ipv4_devconf       23 include/net/netns/ipv4.h 	struct ipv4_devconf	*devconf_all;
ipv4_devconf       24 include/net/netns/ipv4.h 	struct ipv4_devconf	*devconf_dflt;
ipv4_devconf       65 net/ipv4/devinet.c static struct ipv4_devconf ipv4_devconf = {
ipv4_devconf       74 net/ipv4/devinet.c static struct ipv4_devconf ipv4_devconf_dflt = {
ipv4_devconf     1273 net/ipv4/devinet.c 		struct ipv4_devconf *cnf = ctl->extra1;
ipv4_devconf     1290 net/ipv4/devinet.c 	struct ipv4_devconf *cnf;
ipv4_devconf     1354 net/ipv4/devinet.c 				struct ipv4_devconf *cnf = ctl->extra1;
ipv4_devconf     1401 net/ipv4/devinet.c 		.data		= ipv4_devconf.data + \
ipv4_devconf     1407 net/ipv4/devinet.c 		.extra1		= &ipv4_devconf, \
ipv4_devconf     1483 net/ipv4/devinet.c 		t->devinet_vars[i].data += (char *)p - (char *)&ipv4_devconf;
ipv4_devconf     1547 net/ipv4/devinet.c 		.data		= &ipv4_devconf.data[
ipv4_devconf     1553 net/ipv4/devinet.c 		.extra1		= &ipv4_devconf,
ipv4_devconf     1569 net/ipv4/devinet.c 	struct ipv4_devconf *all, *dflt;
ipv4_devconf     1576 net/ipv4/devinet.c 	all = &ipv4_devconf;
ipv4_devconf     1580 net/ipv4/devinet.c 		all = kmemdup(all, sizeof(ipv4_devconf), GFP_KERNEL);
ipv4_devconf     1634 net/ipv4/devinet.c 	if (all != &ipv4_devconf)