Home
last modified time | relevance | path

Searched refs:ignore_routes_with_linkdown (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dipv6.h48 __s32 ignore_routes_with_linkdown; member
/linux/include/net/
H A Daddrconf.h448 return !!READ_ONCE(idev->cnf.ignore_routes_with_linkdown); in ip6_ignore_linkdown()
/linux/net/ipv6/
H A Daddrconf.c226 .ignore_routes_with_linkdown = 0,
291 .ignore_routes_with_linkdown = 0,
575 READ_ONCE(devconf->ignore_routes_with_linkdown)) < 0) in inet6_netconf_fill_devconf()
927 int changed = (!idev->cnf.ignore_routes_with_linkdown) ^ (!newf); in addrconf_linkdown_change()
929 WRITE_ONCE(idev->cnf.ignore_routes_with_linkdown, newf); in addrconf_linkdown_change()
951 if (p == &net->ipv6.devconf_dflt->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
962 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
963 WRITE_ONCE(net->ipv6.devconf_dflt->ignore_routes_with_linkdown, newf); in addrconf_fixup_linkdown()
5694 READ_ONCE(cnf->ignore_routes_with_linkdown); in ipv6_store_devconf()
7163 .data = &ipv6_devconf.ignore_routes_with_linkdown,
/linux/tools/testing/selftests/net/
H A Dtest_bridge_backup_port.sh145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
H A Dfib_nexthops.sh163 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
167 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
H A Dtest_bridge_neigh_suppress.sh145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
/linux/Documentation/networking/
H A Dip-sysctl.rst2171 ignore_routes_with_linkdown - BOOLEAN