Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dgre_ipv6_lladdr.sh102 ip netns exec "${NS0}" sysctl -qw net.ipv6.conf.gretest.stable_secret="2001:db8::abcd"
/linux/net/ipv6/
H A Daddrconf.c222 .stable_secret = {
287 .stable_secret = {
397 if (ndev->cnf.stable_secret.initialized) in ipv6_add_dev()
3359 if (idev->cnf.stable_secret.initialized) in ipv6_generate_stable_address()
3360 secret = idev->cnf.stable_secret.secret; in ipv6_generate_stable_address()
3361 else if (net->ipv6.devconf_dflt->stable_secret.initialized) in ipv6_generate_stable_address()
3362 secret = net->ipv6.devconf_dflt->stable_secret.secret; in ipv6_generate_stable_address()
3405 struct ipv6_stable_secret *s = &idev->cnf.stable_secret; in ipv6_gen_mode_random_init()
3409 s = &idev->cnf.stable_secret; in ipv6_gen_mode_random_init()
5997 !idev->cnf.stable_secret.initialized && in check_stable_privacy()
[all …]
/linux/include/linux/
H A Dipv6.h77 } stable_secret; member
/linux/Documentation/networking/
H A Dip-sysctl.rst3138 stable_secret - IPv6 address
3143 addrgenmode ip-link. conf/default/stable_secret is used as the
3145 overwrite that. Writes to conf/all/stable_secret are refused.
3160 stable_secret (RFC7217)