Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debtables.c994 memcpy(counters, oldcounters, in get_counters()
1001 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters()
1515 const struct ebt_counter *oldcounters, in copy_counters_to_user() argument
1534 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
1549 const struct ebt_counter *oldcounters; in copy_everything_to_user() local
1558 oldcounters = t->private->counters; in copy_everything_to_user()
1563 oldcounters = t->table->counters; in copy_everything_to_user()
1579 ret = copy_counters_to_user(t, oldcounters, tmp.counters, in copy_everything_to_user()
1855 struct ebt_counter *oldcounters; in compat_copy_everything_to_user() local
1866 oldcounters = t->private->counters; in compat_copy_everything_to_user()
[all …]