Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Done_armed_router.sh229 sysctl_set net.ipv4.conf.all.accept_redirects 0
230 sysctl_set net.ipv6.conf.all.accept_redirects 0
245 sysctl_restore net.ipv6.conf.all.accept_redirects
246 sysctl_restore net.ipv4.conf.all.accept_redirects
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/procps/
H A Dsysctl.conf19 net/ipv4/conf/all/accept_redirects=0
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dicmp_redirect.sh176 h[12]) ip netns exec $ns sysctl -q -w net.ipv4.conf.all.accept_redirects=1
178 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.accept_redirects=1
/OK3568_Linux_fs/kernel/include/linux/
H A Dipv6.h18 __s32 accept_redirects; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst1286 accept_redirects - BOOLEAN
1288 accept_redirects for the interface will be enabled if:
1290 - both conf/{all,interface}/accept_redirects are TRUE in the case
1295 - at least one of conf/{all,interface}/accept_redirects is TRUE in the
1298 accept_redirects for the interface will be disabled otherwise
1952 accept_redirects - BOOLEAN
2004 4. If accept_redirects is TRUE (default), accept Redirects.
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c193 .accept_redirects = 1,
249 .accept_redirects = 1,
5522 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects; in ipv6_store_devconf()
6616 .data = &ipv6_devconf.accept_redirects,
H A Droute.c4040 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects) in rt6_do_redirect()