Searched refs:V_ip6qb (Results 1 – 1 of 1) sorted by relevance
139 #define V_ip6qb VNET(ip6qb) macro142 #define IP6QB_LOCK(_b) mtx_lock(&V_ip6qb[(_b)].lock)143 #define IP6QB_TRYLOCK(_b) mtx_trylock(&V_ip6qb[(_b)].lock)144 #define IP6QB_LOCK_ASSERT(_b) mtx_assert(&V_ip6qb[(_b)].lock, MA_OWNED)145 #define IP6QB_UNLOCK(_b) mtx_unlock(&V_ip6qb[(_b)].lock)146 #define IP6QB_HEAD(_b) (&V_ip6qb[(_b)].packets)297 V_ip6qb[bucket].count--; in frag6_rmqueue()593 else if (V_ip6qb[bucket].count >= V_ip6_maxfragbucketsize || in frag6_input()622 V_ip6qb[bucket].count++; in frag6_input()947 if (V_ip6qb[bucket].count == 0) in frag6_slowtimo()[all …]