Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipset/
Dip_set_hash_gen.h48 struct hbucket { struct
49 struct rcu_head rcu; /* for call_rcu */
52 u8 size; /* size of the array */
53 u8 pos; /* position of the first free entry */
90 #define hbucket(h, i) ((h)->bucket[i]) macro