Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dipv6.h17 __s32 accept_redirects; member
/Linux-v4.19/Documentation/networking/
Dip-sysctl.txt1040 accept_redirects - BOOLEAN
1042 accept_redirects for the interface will be enabled if:
1043 - both conf/{all,interface}/accept_redirects are TRUE in the case
1046 - at least one of conf/{all,interface}/accept_redirects is TRUE in the
1048 accept_redirects for the interface will be disabled otherwise
1588 accept_redirects - BOOLEAN
1632 4. If accept_redirects is TRUE (default), accept Redirects.
/Linux-v4.19/net/ipv6/
Daddrconf.c195 .accept_redirects = 1,
249 .accept_redirects = 1,
5140 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects; in ipv6_store_devconf()
6183 .data = &ipv6_devconf.accept_redirects,
Droute.c3377 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects) in rt6_do_redirect()