Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
Dxt_hashlimit.c115 struct xt_hashlimit_htable { struct
116 struct hlist_node node; /* global list of all htables */
117 refcount_t use;
118 u_int8_t family;
119 bool rnd_initialized;
121 struct hashlimit_cfg3 cfg; /* config */
124 spinlock_t lock; /* lock for list_head */
125 u_int32_t rnd; /* random seed for hash */
126 unsigned int count; /* number entries in table */
127 struct delayed_work gc_work;
[all …]