Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance
115 struct xt_hashlimit_htable { struct117 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 */127 struct delayed_work gc_work;130 struct proc_dir_entry *pde;131 const char *name;[all …]
Completed in 8 milliseconds