Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_core.c2592 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument
2597 if (*sizep > (UINT_MAX / sizeof(struct hlist_nulls_head))) in nf_ct_alloc_hashtable()
2601 nr_slots = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_nulls_head)); in nf_ct_alloc_hashtable()