Searched refs:est2 (Results 1 – 2 of 2) sorted by relevance
40 spin_lock_bh(&info->est2->lock); in xt_rateest_mt()41 r = &info->est2->rstats; in xt_rateest_mt()49 spin_unlock_bh(&info->est2->lock); in xt_rateest_mt()80 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry() local104 est2 = NULL; in xt_rateest_mt_checkentry()106 est2 = xt_rateest_lookup(info->name2); in xt_rateest_mt_checkentry()107 if (!est2) in xt_rateest_mt_checkentry()112 info->est2 = est2; in xt_rateest_mt_checkentry()126 if (info->est2) in xt_rateest_mt_destroy()127 xt_rateest_put(info->est2); in xt_rateest_mt_destroy()
34 struct xt_rateest *est2 __attribute__((aligned(8))); member