Searched refs:accept_redirects (Results 1 – 7 of 7) sorted by relevance
230 sysctl_set net.ipv4.conf.all.accept_redirects 0231 sysctl_set net.ipv6.conf.all.accept_redirects 0246 sysctl_restore net.ipv6.conf.all.accept_redirects247 sysctl_restore net.ipv4.conf.all.accept_redirects
174 ip netns exec $ns sysctl -q -w net.ipv4.conf.all.accept_redirects=1176 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.accept_redirects=1
894 $NS_EXEC sysctl -wq net.ipv6.conf.veth1.accept_redirects=1
26 __s32 accept_redirects; member
1903 accept_redirects - BOOLEAN1905 accept_redirects for the interface will be enabled if:1907 - both conf/{all,interface}/accept_redirects are TRUE in the case1912 - at least one of conf/{all,interface}/accept_redirects is TRUE in the1915 accept_redirects for the interface will be disabled otherwise2806 accept_redirects - BOOLEAN2858 4. If accept_redirects is TRUE (default), accept Redirects.
185 .accept_redirects = 1,250 .accept_redirects = 1,5641 array[DEVCONF_ACCEPT_REDIRECTS] = READ_ONCE(cnf->accept_redirects); in ipv6_store_devconf()6857 .data = &ipv6_devconf.accept_redirects,
4254 !READ_ONCE(in6_dev->cnf.accept_redirects)) in rt6_do_redirect()