V_ipq_hashsize
#define IP_MAXFRAGPACKETS (imin(IP_MAXFRAGS, V_ipq_hashsize * 50))
for (int i = 0; i < V_ipq_hashsize; i++) {
V_ipq_hashsize = IPREASS_NHASH;
TUNABLE_INT_FETCH("net.inet.ip.reass_hashsize", &V_ipq_hashsize);
V_ipq = malloc(sizeof(struct ipqbucket) * V_ipq_hashsize,
#define IPREASS_HMASK (V_ipq_hashsize - 1)
for (int i = 0; i < V_ipq_hashsize; i++) {
V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1);
for (i = 0; i < V_ipq_hashsize; i++) {
for (int i = 0; i < V_ipq_hashsize; i++)
for (int i = 0; i < V_ipq_hashsize; i++) {
for (int i = 0; i < V_ipq_hashsize; i++) {
V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1);
V_ipreass_maxbucketsize = imax(max / (V_ipq_hashsize / 2), 1);
for (i = 0; i < V_ipq_hashsize; i++) {
bucket = (start + i) % V_ipq_hashsize;