Searched refs:devconf_dflt (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/netns/ |
| D | nip.h | 22 struct nip_devconf *devconf_dflt; member
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | devinet.c | 95 IPV4_DEVCONF((*net->ipv4.devconf_dflt), attr) 263 memcpy(&in_dev->cnf, dev_net(dev)->ipv4.devconf_dflt, in inetdev_init() 2188 devconf = net->ipv4.devconf_dflt; in inet_netconf_get_devconf() 2292 net->ipv4.devconf_dflt, in inet_netconf_dump_devconf() 2320 in_dev->cnf.data[i] = net->ipv4.devconf_dflt->data[i]; in devinet_copy_dflt_conf() 2340 net->ipv4.devconf_dflt); in inet_forward_change() 2360 if (cnf == net->ipv4.devconf_dflt) in devinet_conf_ifindex() 2386 if (cnf == net->ipv4.devconf_dflt) in devinet_conf_proc() 2460 net->ipv4.devconf_dflt); in devinet_sysctl_forward() 2679 current->nsproxy->net_ns->ipv4.devconf_dflt, in devinet_init_net() [all …]
|
| /kernel/linux/linux-5.10/include/net/netns/ |
| D | ipv6.h | 59 struct ipv6_devconf *devconf_dflt; member
|
| D | ipv4.h | 52 struct ipv4_devconf *devconf_dflt; member
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | addrconf.c | 382 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf)); in ipv6_add_dev() 663 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf() 771 net->ipv6.devconf_dflt, in inet6_netconf_dump_devconf() 863 if (p == &net->ipv6.devconf_dflt->forwarding) { in addrconf_fixup_forwarding() 868 net->ipv6.devconf_dflt); in addrconf_fixup_forwarding() 874 int old_dflt = net->ipv6.devconf_dflt->forwarding; in addrconf_fixup_forwarding() 876 net->ipv6.devconf_dflt->forwarding = newf; in addrconf_fixup_forwarding() 881 net->ipv6.devconf_dflt); in addrconf_fixup_forwarding() 931 if (p == &net->ipv6.devconf_dflt->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown() 937 net->ipv6.devconf_dflt); in addrconf_fixup_linkdown() [all …]
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | nip_addrconf.c | 228 memcpy(&ndev->cnf, dev_net(dev)->newip.devconf_dflt, sizeof(ndev->cnf)); in nip_add_dev() 746 net->newip.devconf_dflt = dflt; in nip_addr_net_init() 763 kfree(net->newip.devconf_dflt); in nip_addr_net_exit()
|