Searched refs:ebt_replace (Results 1 – 5 of 5) sorted by relevance
44 struct ebt_replace { struct90 char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));132 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));145 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));158 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));191 unsigned char elems[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
20 Analysis shows that the structure 'ebt_replace' passed from userspace41 @@ -49,12 +49,21 @@ struct ebt_replace {70 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));80 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));90 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
427 static int ebt_verify_pointers(const struct ebt_replace *repl, in ebt_verify_pointers()967 static int do_replace_finish(struct net *net, struct ebt_replace *repl, in do_replace_finish()1071 struct ebt_replace tmp; in do_replace()1310 struct ebt_replace hlp; in update_counters()1430 struct ebt_replace tmp; in copy_everything_to_user()1451 if (*len != sizeof(struct ebt_replace) + entries_size + in copy_everything_to_user()2099 static int compat_copy_ebt_replace_from_user(struct ebt_replace *repl, in compat_copy_ebt_replace_from_user()2123 memcpy(repl, &tmp, offsetof(struct ebt_replace, hook_entry)); in compat_copy_ebt_replace_from_user()2139 struct ebt_replace tmp; in compat_do_replace()2329 struct ebt_replace tmp; in do_ebt_get_ctl()[all …]