Home
last modified time | relevance | path

Searched refs:ipv4_devconf (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/netns/
H A Dipv4.h16 struct ipv4_devconf;
95 struct ipv4_devconf *devconf_all;
96 struct ipv4_devconf *devconf_dflt;
/linux-6.15/net/ipv4/
H A Ddevinet.c71 static struct ipv4_devconf ipv4_devconf = { variable
2281 const struct ipv4_devconf *devconf; in inet_netconf_get_devconf()
2477 struct ipv4_devconf *cnf = ctl->extra1; in devinet_conf_proc()
2585 .data = ipv4_devconf.data + \
2590 .extra1 = &ipv4_devconf, \
2736 .data = &ipv4_devconf.data[
2741 .extra1 = &ipv4_devconf,
2753 struct ipv4_devconf *all, *dflt; in devinet_init_net()
2764 all = kmemdup(&ipv4_devconf, sizeof(ipv4_devconf), GFP_KERNEL); in devinet_init_net()
2787 sizeof(ipv4_devconf)); in devinet_init_net()
[all …]
/linux-6.15/include/linux/
H A Dinetdevice.h17 struct ipv4_devconf { struct
51 struct ipv4_devconf cnf;
178 int ifindex, struct ipv4_devconf *devconf);