Searched refs:hbucket (Results 1 – 1 of 1) sorted by relevance
66 struct hbucket { struct75 struct hbucket bucket[0]; /* hashtable buckets */ argument78 #define hbucket(h, i) (&((h)->bucket[i])) macro100 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 …]