Searched refs:compat_ip6t_entry (Results 1 – 2 of 2) sorted by relevance
51 struct compat_ip6t_entry { struct62 compat_ip6t_get_target(struct compat_ip6t_entry *e) in compat_ip6t_get_target() argument
1050 off = sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_calc_entry()1380 struct compat_ip6t_entry entries[0];1389 struct compat_ip6t_entry __user *ce; in compat_copy_entry_to_user()1396 ce = (struct compat_ip6t_entry __user *)*dstptr; in compat_copy_entry_to_user()1402 *dstptr += sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()1403 *size -= sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()1441 static void compat_release_entry(struct compat_ip6t_entry *e) in compat_release_entry()1454 check_compat_entry_size_and_hooks(struct compat_ip6t_entry *e, in check_compat_entry_size_and_hooks()1468 if ((unsigned long)e % __alignof__(struct compat_ip6t_entry) != 0 || in check_compat_entry_size_and_hooks()1469 (unsigned char *)e + sizeof(struct compat_ip6t_entry) >= limit || in check_compat_entry_size_and_hooks()[all …]