Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/netfilter_bridge/
Debtables.h44 struct ebt_replace { struct
90 char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
132 unsigned char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
145 unsigned char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
158 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
193 unsigned char elems[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
/Linux-v6.6/net/bridge/netfilter/
Debtables.c466 static int ebt_verify_pointers(const struct ebt_replace *repl, in ebt_verify_pointers()
1008 static int do_replace_finish(struct net *net, struct ebt_replace *repl, in do_replace_finish()
1112 struct ebt_replace tmp; in do_replace()
1424 struct ebt_replace hlp; in update_counters()
1544 struct ebt_replace tmp; in copy_everything_to_user()
1565 if (*len != sizeof(struct ebt_replace) + entries_size + in copy_everything_to_user()
2212 static int compat_copy_ebt_replace_from_user(struct ebt_replace *repl, in compat_copy_ebt_replace_from_user()
2236 memcpy(repl, &tmp, offsetof(struct ebt_replace, hook_entry)); in compat_copy_ebt_replace_from_user()
2252 struct ebt_replace tmp; in compat_do_replace()
2442 struct ebt_replace tmp; in do_ebt_get_ctl()
[all …]