Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dipv6.h37 __s32 ignore_routes_with_linkdown; member
/OK3568_Linux_fs/kernel/include/net/
H A Daddrconf.h423 return !!idev->cnf.ignore_routes_with_linkdown; in ip6_ignore_linkdown()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dfib_nexthops.sh129 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1
133 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c232 .ignore_routes_with_linkdown = 0,
288 .ignore_routes_with_linkdown = 0,
558 devconf->ignore_routes_with_linkdown) < 0) in inet6_netconf_fill_devconf()
910 int changed = (!idev->cnf.ignore_routes_with_linkdown) ^ (!newf); in addrconf_linkdown_change()
912 idev->cnf.ignore_routes_with_linkdown = newf; in addrconf_linkdown_change()
935 if (p == &net->ipv6.devconf_dflt->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
946 if (p == &net->ipv6.devconf_all->ignore_routes_with_linkdown) { in addrconf_fixup_linkdown()
947 net->ipv6.devconf_dflt->ignore_routes_with_linkdown = newf; in addrconf_fixup_linkdown()
5571 array[DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN] = cnf->ignore_routes_with_linkdown; in ipv6_store_devconf()
6893 .data = &ipv6_devconf.ignore_routes_with_linkdown,