Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A 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;
120 bool ratematch;
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 */
[all …]