Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dipv6.h16 __s32 accept_ra; member
/linux-6.1.9/Documentation/networking/
Dip-sysctl.rst2087 accept_ra - INTEGER
2114 - enabled if accept_ra is enabled.
2115 - disabled if accept_ra is disabled.
2154 - enabled if accept_ra is enabled.
2155 - disabled if accept_ra is disabled.
2184 - enabled if accept_ra is enabled.
2185 - disabled if accept_ra is disabled.
2193 - enabled if accept_ra is enabled.
2194 - disabled if accept_ra is disabled.
2244 2. If accept_ra is TRUE (default), transmit Router
[all …]
/linux-6.1.9/include/net/
Dipv6.h508 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
509 idev->cnf.accept_ra; in ipv6_accept_ra()
/linux-6.1.9/net/ipv6/
Daddrconf.c184 .accept_ra = 1,
244 .accept_ra = 1,
5523 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra; in ipv6_store_devconf()
6645 .data = &ipv6_devconf.accept_ra,
Droute.c4398 (!idev || idev->cnf.accept_ra != 2) && in __rt6_purge_dflt_routers()