Lines Matching refs:VNET_DECLARE
258 VNET_DECLARE(int, nd6_prune);
259 VNET_DECLARE(int, nd6_delay);
260 VNET_DECLARE(int, nd6_umaxtries);
261 VNET_DECLARE(int, nd6_mmaxtries);
262 VNET_DECLARE(int, nd6_useloopback);
263 VNET_DECLARE(int, nd6_maxnudhint);
264 VNET_DECLARE(int, nd6_gctimer);
265 VNET_DECLARE(struct nd_prhead, nd_prefix);
266 VNET_DECLARE(int, nd6_debug);
267 VNET_DECLARE(int, nd6_onlink_ns_rfc4861);
280 VNET_DECLARE(struct rwlock, nd6_lock);
281 VNET_DECLARE(uint64_t, nd6_list_genid);
296 VNET_DECLARE(struct mtx, nd6_onlink_mtx);
308 VNET_DECLARE(int, nd6_defifindex);
309 VNET_DECLARE(int, ip6_desync_factor); /* seconds */
310 VNET_DECLARE(u_int32_t, ip6_temp_preferred_lifetime); /* seconds */
311 VNET_DECLARE(u_int32_t, ip6_temp_valid_lifetime); /* seconds */
312 VNET_DECLARE(int, ip6_temp_regen_advance); /* seconds */