Lines Matching refs:VNET_DEFINE
95 VNET_DEFINE(int, nd6_prune) = 1; /* walk list every 1 seconds */
96 VNET_DEFINE(int, nd6_delay) = 5; /* delay first probe time 5 second */
97 VNET_DEFINE(int, nd6_umaxtries) = 3; /* maximum unicast query */
98 VNET_DEFINE(int, nd6_mmaxtries) = 3; /* maximum multicast query */
99 VNET_DEFINE(int, nd6_useloopback) = 1; /* use loopback interface for
101 VNET_DEFINE(int, nd6_gctimer) = (60 * 60 * 24); /* 1 day: garbage
107 VNET_DEFINE(int, nd6_maxnudhint) = 0; /* max # of subsequent upper
115 VNET_DEFINE(int, nd6_debug) = 1;
117 VNET_DEFINE(int, nd6_debug) = 0;
122 VNET_DEFINE(struct nd_prhead, nd_prefix);
123 VNET_DEFINE(struct rwlock, nd6_lock);
124 VNET_DEFINE(uint64_t, nd6_list_genid);
125 VNET_DEFINE(struct mtx, nd6_onlink_mtx);
127 VNET_DEFINE(int, nd6_recalc_reachtm_interval) = ND6_RECALC_REACHTM_INTERVAL;