Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A D0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch4 Subject: [PATCH] sysctl: ignore EIO of stable_secret below
8 /proc/sys/net/ipv6/conf/*/stable_secret if those are not set yet.
29 + /* Ignore stable_secret below /proc/sys/net/ipv6/conf */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox_1.35.0.bb49 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c228 .stable_secret = {
284 .stable_secret = {
388 if (ndev->cnf.stable_secret.initialized) in ipv6_add_dev()
3276 if (idev->cnf.stable_secret.initialized) in ipv6_generate_stable_address()
3277 secret = idev->cnf.stable_secret.secret; in ipv6_generate_stable_address()
3278 else if (net->ipv6.devconf_dflt->stable_secret.initialized) in ipv6_generate_stable_address()
3279 secret = net->ipv6.devconf_dflt->stable_secret.secret; in ipv6_generate_stable_address()
3316 struct ipv6_stable_secret *s = &idev->cnf.stable_secret; in ipv6_gen_mode_random_init()
3320 s = &idev->cnf.stable_secret; in ipv6_gen_mode_random_init()
5819 !idev->cnf.stable_secret.initialized && in check_stable_privacy()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dipv6.h68 } stable_secret; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst2232 stable_secret - IPv6 address
2237 addrgenmode ip-link. conf/default/stable_secret is used as the
2239 overwrite that. Writes to conf/all/stable_secret are refused.
2254 stable_secret (RFC7217)