Searched refs:counterstmp (Results 1 – 1 of 1) sorted by relevance
1012 struct ebt_counter *counterstmp = NULL; in do_replace_finish() local1022 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() local1529 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 …]