Searched refs:est1 (Results 1 – 2 of 2) sorted by relevance
25 spin_lock_bh(&info->est1->lock); in xt_rateest_mt()26 r = &info->est1->rstats; in xt_rateest_mt()34 spin_unlock_bh(&info->est1->lock); in xt_rateest_mt()80 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry() local100 est1 = xt_rateest_lookup(info->name1); in xt_rateest_mt_checkentry()101 if (!est1) in xt_rateest_mt_checkentry()111 info->est1 = est1; in xt_rateest_mt_checkentry()116 xt_rateest_put(est1); in xt_rateest_mt_checkentry()125 xt_rateest_put(info->est1); in xt_rateest_mt_destroy()
33 struct xt_rateest *est1 __attribute__((aligned(8))); member