Searched refs:counter_base (Results 1 – 1 of 1) sorted by relevance
193 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local220 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table()236 (*(counter_base + i)).pcnt++; in ebt_do_table()237 (*(counter_base + i)).bcnt += skb->len; in ebt_do_table()276 counter_base = cb_base + in ebt_do_table()304 counter_base = cb_base + chaininfo->counter_offset; in ebt_do_table()961 struct ebt_counter *counter_base; in get_counters() local971 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters()973 counters[i].pcnt += counter_base[i].pcnt; in get_counters()974 counters[i].bcnt += counter_base[i].bcnt; in get_counters()