Symbol: ipv4_devconf
include/linux/inetdevice.h
178
int ifindex, struct ipv4_devconf *devconf);
include/linux/inetdevice.h
51
struct ipv4_devconf cnf;
include/net/netns/ipv4.h
113
struct ipv4_devconf *devconf_all;
include/net/netns/ipv4.h
114
struct ipv4_devconf *devconf_dflt;
include/net/netns/ipv4.h
16
struct ipv4_devconf;
net/ipv4/devinet.c
2131
static bool devinet_conf_post_set(struct net *net, struct ipv4_devconf *cnf,
net/ipv4/devinet.c
2243
const struct ipv4_devconf *devconf,
net/ipv4/devinet.c
2304
int ifindex, struct ipv4_devconf *devconf)
net/ipv4/devinet.c
2380
const struct ipv4_devconf *devconf;
net/ipv4/devinet.c
2555
static int devinet_conf_ifindex(struct net *net, struct ipv4_devconf *cnf)
net/ipv4/devinet.c
2576
struct ipv4_devconf *cnf = ctl->extra1;
net/ipv4/devinet.c
2632
struct ipv4_devconf *cnf = ctl->extra1;
net/ipv4/devinet.c
2657
.data = ipv4_devconf.data + \
net/ipv4/devinet.c
2662
.extra1 = &ipv4_devconf, \
net/ipv4/devinet.c
2728
int ifindex, struct ipv4_devconf *p)
net/ipv4/devinet.c
2739
t->devinet_vars[i].data += (char *)p - (char *)&ipv4_devconf;
net/ipv4/devinet.c
2763
struct ipv4_devconf *cnf, int ifindex)
net/ipv4/devinet.c
2804
.data = &ipv4_devconf.data[
net/ipv4/devinet.c
2809
.extra1 = &ipv4_devconf,
net/ipv4/devinet.c
2821
struct ipv4_devconf *all, *dflt;
net/ipv4/devinet.c
2831
all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL);
net/ipv4/devinet.c
2854
sizeof(ipv4_devconf));
net/ipv4/devinet.c
2863
sizeof(ipv4_devconf));
net/ipv4/devinet.c
71
static struct ipv4_devconf ipv4_devconf = {
net/ipv4/devinet.c
83
static struct ipv4_devconf ipv4_devconf_dflt = {