Home
last modified time | relevance | path

Searched refs:counter_base (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/bridge/netfilter/
Debtables.c192 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local
218 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() local
969 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()