Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/netfilter/
Debtables.c193 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local
220 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() local
971 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()