Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dipv6.h16 __s32 accept_ra; member
/Linux-v5.15/Documentation/networking/
Dip-sysctl.rst2009 accept_ra - INTEGER
2036 - enabled if accept_ra is enabled.
2037 - disabled if accept_ra is disabled.
2076 - enabled if accept_ra is enabled.
2077 - disabled if accept_ra is disabled.
2106 - enabled if accept_ra is enabled.
2107 - disabled if accept_ra is disabled.
2115 - enabled if accept_ra is enabled.
2116 - disabled if accept_ra is disabled.
2166 2. If accept_ra is TRUE (default), transmit Router
[all …]
/Linux-v5.15/include/net/
Dipv6.h451 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
452 idev->cnf.accept_ra; in ipv6_accept_ra()
/Linux-v5.15/net/ipv6/
Daddrconf.c191 .accept_ra = 1,
250 .accept_ra = 1,
5476 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra; in ipv6_store_devconf()
6596 .data = &ipv6_devconf.accept_ra,
Droute.c4403 (!idev || idev->cnf.accept_ra != 2) && in __rt6_purge_dflt_routers()