Searched defs:nr_slots (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dnf_conntrack_core.c1416 unsigned int nr_slots, i; local
1420 nr_slots = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_nulls_head));
1421 sz = nr_slots * sizeof(struct hlist_nulls_head);
1430 for (i = 0; i < nr_slots; i++)

Completed in 628 milliseconds