Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_gen.h66 struct hbucket { struct
75 struct hbucket bucket[0]; /* hashtable buckets */ argument
78 #define hbucket(h, i) (&((h)->bucket[i])) macro
100 if ((((size_t)-1) - sizeof(struct htable))/sizeof(struct hbucket) in htable_size()
104 return hsize * sizeof(struct hbucket) + sizeof(struct htable); in htable_size()
121 hbucket_elem_add(struct hbucket *n, u8 ahash_max, size_t dsize) in hbucket_elem_add()
349 + jhash_size(t->htable_bits) * sizeof(struct hbucket); in mtype_ahash_memsize()
362 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup()
376 struct hbucket *n; in mtype_flush()
381 n = hbucket(t, i); in mtype_flush()
[all …]