Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debtables.c1012 struct ebt_counter *counterstmp = NULL; in do_replace_finish() local
1022 counterstmp = vmalloc(size); in do_replace_finish()
1023 if (!counterstmp) in do_replace_finish()
1076 copy_to_user(repl->counters, counterstmp, in do_replace_finish()
1089 vfree(counterstmp); in do_replace_finish()
1101 vfree(counterstmp); in do_replace_finish()
1519 struct ebt_counter *counterstmp; in copy_counters_to_user() local
1529 counterstmp = vmalloc(array_size(nentries, sizeof(*counterstmp))); in copy_counters_to_user()
1530 if (!counterstmp) in copy_counters_to_user()
1537 if (copy_to_user(user, counterstmp, in copy_counters_to_user()
[all …]