Lines Matching refs:VNET_DECLARE

272 VNET_DECLARE(int, ip6_defhlim);		/* default hop limit */
273 VNET_DECLARE(int, ip6_defmcasthlim); /* default multicast hop limit */
274 VNET_DECLARE(int, ip6_forwarding); /* act as router? */
275 VNET_DECLARE(int, ip6_use_deprecated); /* allow deprecated addr as source */
276 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix
278 VNET_DECLARE(int, ip6_mcast_pmtu); /* enable pMTU discovery for multicast? */
279 VNET_DECLARE(int, ip6_v6only);
288 VNET_DECLARE(struct socket *, ip6_mrouter); /* multicast routing daemon */
289 VNET_DECLARE(int, ip6_sendredirects); /* send IP redirects when forwarding? */
290 VNET_DECLARE(int, ip6_accept_rtadv); /* Acts as a host not a router */
291 VNET_DECLARE(int, ip6_no_radr); /* No defroute from RA */
292 VNET_DECLARE(int, ip6_norbit_raif); /* Disable R-bit in NA on RA
294 VNET_DECLARE(int, ip6_rfc6204w3); /* Accept defroute from RA even when
296 VNET_DECLARE(int, ip6_log_interval);
297 VNET_DECLARE(time_t, ip6_log_time);
298 VNET_DECLARE(int, ip6_hdrnestlimit); /* upper limit of # of extension
300 VNET_DECLARE(int, ip6_dad_count); /* DupAddrDetectionTransmits */
312 VNET_DECLARE(int, ip6_auto_flowlabel);
313 VNET_DECLARE(int, ip6_auto_linklocal);
317 VNET_DECLARE(int, ip6_use_tempaddr); /* Whether to use temporary addresses */
318 VNET_DECLARE(int, ip6_prefer_tempaddr); /* Whether to prefer temporary
324 VNET_DECLARE(int, ip6_use_defzone); /* Whether to use the default scope
328 VNET_DECLARE(struct pfil_head *, inet6_pfil_head);
333 VNET_DECLARE(int, ip6stealth);
338 VNET_DECLARE(int, nd6_ignore_ipv6_only_ra);