Searched refs:hbucket (Results 1 – 1 of 1) sorted by relevance
49 struct hbucket { struct88 struct hbucket __rcu *bucket[]; /* hashtable buckets */91 #define hbucket(h, i) ((h)->bucket[i]) macro93 (sizeof(struct hbucket) + (n) * (dsize))115 if ((INT_MAX - sizeof(struct htable)) / sizeof(struct hbucket *) in htable_size()119 return hsize * sizeof(struct hbucket *) + sizeof(struct htable); in htable_size()386 mtype_ext_cleanup(struct ip_set *set, struct hbucket *n) in mtype_ext_cleanup()401 struct hbucket *n; in mtype_flush()409 n = __ipset_dereference(hbucket(t, i)); in mtype_flush()415 rcu_assign_pointer(hbucket(t, i), NULL); in mtype_flush()[all …]