Home
last modified time | relevance | path

Searched refs:devconf_dflt (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv6/
H A Daddrconf.c396 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf)); in ipv6_add_dev()
684 devconf = net->ipv6.devconf_dflt; in inet6_netconf_get_devconf()
791 net->ipv6.devconf_dflt, in inet6_netconf_dump_devconf()
884 if (p == &net->ipv6.devconf_dflt->forwarding) { in addrconf_fixup_forwarding()
889 net->ipv6.devconf_dflt); in addrconf_fixup_forwarding()
895 int old_dflt = net->ipv6.devconf_dflt->forwarding; in addrconf_fixup_forwarding()
897 WRITE_ONCE(net->ipv6.devconf_dflt->forwarding, newf); in addrconf_fixup_forwarding()
902 net->ipv6.devconf_dflt); in addrconf_fixup_forwarding()
951 if (p == &net->ipv6.devconf_dflt->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
957 net->ipv6.devconf_dflt); in addrconf_fixup_linkdown()
[all …]
/linux/include/net/netns/
H A Dipv4.h114 struct ipv4_devconf *devconf_dflt; member