Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dipv6.h16 __s32 accept_ra; member
/linux-5.19.10/Documentation/networking/
Dip-sysctl.rst2036 accept_ra - INTEGER
2063 - enabled if accept_ra is enabled.
2064 - disabled if accept_ra is disabled.
2103 - enabled if accept_ra is enabled.
2104 - disabled if accept_ra is disabled.
2133 - enabled if accept_ra is enabled.
2134 - disabled if accept_ra is disabled.
2142 - enabled if accept_ra is enabled.
2143 - disabled if accept_ra is disabled.
2193 2. If accept_ra is TRUE (default), transmit Router
[all …]
/linux-5.19.10/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-5.19.10/net/ipv6/
Daddrconf.c184 .accept_ra = 1,
244 .accept_ra = 1,
5519 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra; in ipv6_store_devconf()
6641 .data = &ipv6_devconf.accept_ra,
Droute.c4398 (!idev || idev->cnf.accept_ra != 2) && in __rt6_purge_dflt_routers()