Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/ipset/
Dip_set_hash_gen.h49 struct hbucket { struct
50 struct rcu_head rcu; /* for call_rcu */
53 u8 size; /* size of the array */
54 u8 pos; /* position of the first free entry */
91 #define hbucket(h, i) ((h)->bucket[i]) macro