Searched refs:xt_rateest (Results 1 – 7 of 7) sorted by relevance
4 struct xt_rateest { struct19 struct xt_rateest *xt_rateest_lookup(const char *name); argument20 void xt_rateest_put(struct xt_rateest *est);
31 return jhash(name, FIELD_SIZEOF(struct xt_rateest, name), jhash_rnd) & in xt_rateest_hash()35 static void xt_rateest_hash_insert(struct xt_rateest *est) in xt_rateest_hash_insert()43 struct xt_rateest *xt_rateest_lookup(const char *name) in xt_rateest_lookup()45 struct xt_rateest *est; in xt_rateest_lookup()62 void xt_rateest_put(struct xt_rateest *est) in xt_rateest_put()95 struct xt_rateest *est; in xt_rateest_tg_checkentry()
80 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry()
161 obj-$(CONFIG_NETFILTER_XT_MATCH_RATEEST) += xt_rateest.o
33 struct xt_rateest *est1 __attribute__((aligned(8)));34 struct xt_rateest *est2 __attribute__((aligned(8)));
12 struct xt_rateest *est __attribute__((aligned(8)));
74 header-y += xt_rateest.h