Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance
116 struct xt_hashlimit_htable { struct118 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 */128 struct delayed_work gc_work;131 struct proc_dir_entry *pde;132 const char *name;[all …]