Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance
116 struct xt_hashlimit_htable { struct117 struct hlist_node node; /* global list of all htables */118 refcount_t use;119 u_int8_t family;120 bool rnd_initialized;122 struct hashlimit_cfg3 cfg; /* config */125 spinlock_t lock; /* lock for list_head */126 u_int32_t rnd; /* random seed for hash */127 unsigned int count; /* number entries in table */128 struct delayed_work gc_work;[all …]