Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dfrag6.c139 #define V_ip6qb VNET(ip6qb) macro
142 #define IP6QB_LOCK(_b) mtx_lock(&V_ip6qb[(_b)].lock)
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()
622 V_ip6qb[bucket].count++; in frag6_input()
947 if (V_ip6qb[bucket].count == 0) in frag6_slowtimo()
1045 V_ip6qb[bucket].count = 0; in frag6_init()
1106 KASSERT(V_ip6qb[bucket].count == 0, in frag6_destroy()
1108 bucket, &V_ip6qb[bucket], V_ip6qb[bucket].count)); in frag6_destroy()
[all …]