compat_ip6t_entry
compat_ip6t_get_target(struct compat_ip6t_entry *e)
struct compat_ip6t_entry entries[];
struct compat_ip6t_entry __user *ce;
if (copy_to_user(ce, e, offsetof(struct compat_ip6t_entry, counters)) ||
*dstptr += sizeof(struct compat_ip6t_entry);
*size -= sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry);
static void compat_release_entry(struct compat_ip6t_entry *e)
check_compat_entry_size_and_hooks(struct compat_ip6t_entry *e,
if ((unsigned long)e % __alignof__(struct compat_ip6t_entry) != 0 ||
(unsigned char *)e + sizeof(struct compat_ip6t_entry) >= limit ||
if (e->next_offset < sizeof(struct compat_ip6t_entry) +
off = sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry);
compat_copy_entry_from_user(struct compat_ip6t_entry *e, void **dstptr,
*size += sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry);
struct compat_ip6t_entry *iter0;
struct compat_ip6t_entry entrytable[];
off = sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry);