Searched refs:ipv4_devconf (Results 1 – 3 of 3) sorted by relevance
16 struct ipv4_devconf;55 struct ipv4_devconf *devconf_all;56 struct ipv4_devconf *devconf_dflt;
70 static struct ipv4_devconf ipv4_devconf = { variable2175 struct ipv4_devconf *devconf; in inet_netconf_get_devconf()2386 struct ipv4_devconf *cnf = ctl->extra1; in devinet_conf_proc()2494 .data = ipv4_devconf.data + \2499 .extra1 = &ipv4_devconf, \2645 .data = &ipv4_devconf.data[2650 .extra1 = &ipv4_devconf,2660 struct ipv4_devconf *all, *dflt; in devinet_init_net()2667 all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL); in devinet_init_net()2690 sizeof(ipv4_devconf)); in devinet_init_net()[all …]
17 struct ipv4_devconf { struct51 struct ipv4_devconf cnf;176 int ifindex, struct ipv4_devconf *devconf);
Completed in 10 milliseconds