Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/netfilter/
Debtables.c984 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() argument
991 memcpy(counters, oldcounters, in get_counters()
998 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters()
1437 const struct ebt_counter *oldcounters, in copy_counters_to_user() argument
1458 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user()
1473 const struct ebt_counter *oldcounters; in copy_everything_to_user() local
1482 oldcounters = t->private->counters; in copy_everything_to_user()
1487 oldcounters = t->table->counters; in copy_everything_to_user()
1507 ret = copy_counters_to_user(t, oldcounters, tmp.counters, in copy_everything_to_user()
1856 struct ebt_counter *oldcounters; in compat_copy_everything_to_user() local
[all …]