Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h20 struct xt_hashlimit_htable;
49 struct xt_hashlimit_htable *hinfo;
104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
/linux/net/netfilter/
H A Dxt_hashlimit.c116 struct xt_hashlimit_htable { struct
184 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst()
199 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find()
217 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init()
267 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free()
277 struct xt_hashlimit_htable **out_hinfo, in htable_create()
281 struct xt_hashlimit_htable *hinfo; in htable_create()
361 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, bool select_all) in htable_selective_cleanup()
381 struct xt_hashlimit_htable *ht; in htable_gc()
383 ht = container_of(work, struct xt_hashlimit_htable, gc_work.work); in htable_gc()
[all …]