Home
last modified time | relevance | path

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

/linux-5.10/net/netfilter/ipset/
Dip_set_hash_gen.h73 struct hbucket { struct
74 struct rcu_head rcu; /* for call_rcu */
77 u8 size; /* size of the array */
78 u8 pos; /* position of the first free entry */
115 #define hbucket(h, i) ((h)->bucket[i]) macro