Searched refs:oldcounters (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/bridge/netfilter/ |
| D | ebtables.c | 946 static void get_counters(const struct ebt_counter *oldcounters, in get_counters() argument 953 memcpy(counters, oldcounters, in get_counters() 960 counter_base = COUNTER_BASE(oldcounters, nentries, cpu); in get_counters() 1384 const struct ebt_counter *oldcounters, in copy_counters_to_user() argument 1403 get_counters(oldcounters, counterstmp, nentries); in copy_counters_to_user() 1418 const struct ebt_counter *oldcounters; in copy_everything_to_user() local 1427 oldcounters = t->private->counters; in copy_everything_to_user() 1432 oldcounters = t->table->counters; in copy_everything_to_user() 1448 ret = copy_counters_to_user(t, oldcounters, tmp.counters, in copy_everything_to_user() 1804 struct ebt_counter *oldcounters; in compat_copy_everything_to_user() local [all …]
|