Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/ipset/
Dip_set_hash_gen.h71 struct hbucket { struct
72 struct rcu_head rcu; /* for call_rcu */
75 u8 size; /* size of the array */
76 u8 pos; /* position of the first free entry */
113 #define hbucket(h, i) ((h)->bucket[i]) macro