Lines Matching refs:devconf_all
677 devconf = net->ipv6.devconf_all; in inet6_netconf_get_devconf()
776 net->ipv6.devconf_all, in inet6_netconf_dump_devconf()
888 if (p == &net->ipv6.devconf_all->forwarding) { in addrconf_fixup_forwarding()
903 net->ipv6.devconf_all); in addrconf_fixup_forwarding()
957 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
965 net->ipv6.devconf_all); in addrconf_fixup_linkdown()
1550 if (!READ_ONCE(net->ipv6.devconf_all->optimistic_dad) && in ipv6_use_optimistic_addr()
1553 if (!READ_ONCE(net->ipv6.devconf_all->use_optimistic) && in ipv6_use_optimistic_addr()
1569 if (!READ_ONCE(net->ipv6.devconf_all->optimistic_dad) && in ipv6_allow_optimistic_dad()
2675 if ((READ_ONCE(net->ipv6.devconf_all->optimistic_dad) || in addrconf_prefix_rcv_add_addr()
2677 !net->ipv6.devconf_all->forwarding && sllao) in addrconf_prefix_rcv_add_addr()
3311 if ((READ_ONCE(dev_net(idev->dev)->ipv6.devconf_all->optimistic_dad) || in addrconf_add_linklocal()
3313 !dev_net(idev->dev)->ipv6.devconf_all->forwarding) in addrconf_add_linklocal()
3884 int _keep_addr = READ_ONCE(net->ipv6.devconf_all->keep_addr_on_down); in addrconf_ifdown()
4087 READ_ONCE(dev_net(idev->dev)->ipv6.devconf_all->enhanced_dad)) { in addrconf_dad_kick()
4113 (READ_ONCE(net->ipv6.devconf_all->accept_dad) < 1 && in addrconf_dad_begin()
4206 if ((READ_ONCE(dev_net(idev->dev)->ipv6.devconf_all->accept_dad) > 1 || in addrconf_dad_work()
4347 READ_ONCE(dev_net(dev)->ipv6.devconf_all->ndisc_notify))) { in addrconf_dad_completed()
6397 if (p == &net->ipv6.devconf_all->disable_ipv6) { in addrconf_disable_ipv6()
6454 else if (valp == &net->ipv6.devconf_all->proxy_ndp) in addrconf_sysctl_proxy_ndp()
6458 net->ipv6.devconf_all); in addrconf_sysctl_proxy_ndp()
6512 } else if (&net->ipv6.devconf_all->addr_gen_mode == ctl->data) { in addrconf_sysctl_addr_gen_mode()
6547 if (&net->ipv6.devconf_all->stable_secret == ctl->data) in addrconf_sysctl_stable_secret()
6687 if (valp == &net->ipv6.devconf_all->disable_policy) { in addrconf_disable_policy()
7314 memcpy(all, init_net.ipv6.devconf_all, in addrconf_init_net()
7320 memcpy(all, current->nsproxy->net_ns->ipv6.devconf_all, in addrconf_init_net()
7340 net->ipv6.devconf_all = all; in addrconf_init_net()
7363 net->ipv6.devconf_all = NULL; in addrconf_init_net()
7377 __addrconf_sysctl_unregister(net, net->ipv6.devconf_all, in addrconf_exit_net()
7382 kfree(net->ipv6.devconf_all); in addrconf_exit_net()
7383 net->ipv6.devconf_all = NULL; in addrconf_exit_net()