Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dfrag6.c136 #define V_ip6qb VNET(ip6qb) macro
143 #define IP6QB_HEAD(_b) (&V_ip6qb[(_b)].packets)
275 V_ip6qb[bucket].count--; in frag6_freef()
565 V_ip6qb[bucket].count++; in frag6_input()
593 V_ip6qb[bucket].count--; in frag6_input()
610 V_ip6qb[bucket].count--; in frag6_input()
819 V_ip6qb[bucket].count--; in frag6_input()
984 V_ip6qb[bucket].count = 0; in frag6_init()
1045 KASSERT(V_ip6qb[bucket].count == 0, in frag6_destroy()
1047 bucket, &V_ip6qb[bucket], V_ip6qb[bucket].count)); in frag6_destroy()
[all …]