Searched refs:counter_base (Results 1 – 1 of 1) sorted by relevance
192 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local218 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table()234 (*(counter_base + i)).pcnt++; in ebt_do_table()235 (*(counter_base + i)).bcnt += skb->len; in ebt_do_table()274 counter_base = cb_base + in ebt_do_table()302 counter_base = cb_base + chaininfo->counter_offset; in ebt_do_table()959 struct ebt_counter *counter_base; in get_counters() local969 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters()971 counters[i].pcnt += counter_base[i].pcnt; in get_counters()972 counters[i].bcnt += counter_base[i].bcnt; in get_counters()