Searched refs:compat_ip6t_entry (Results 1 – 2 of 2) sorted by relevance
52 struct compat_ip6t_entry { struct63 compat_ip6t_get_target(struct compat_ip6t_entry *e) in compat_ip6t_get_target() argument
1041 off = sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_calc_entry()1416 struct compat_ip6t_entry entries[0];1425 struct compat_ip6t_entry __user *ce; in compat_copy_entry_to_user()1432 ce = (struct compat_ip6t_entry __user *)*dstptr; in compat_copy_entry_to_user()1438 *dstptr += sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()1439 *size -= sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()1479 static void compat_release_entry(struct compat_ip6t_entry *e) in compat_release_entry()1492 check_compat_entry_size_and_hooks(struct compat_ip6t_entry *e, in check_compat_entry_size_and_hooks()1509 if ((unsigned long)e % __alignof__(struct compat_ip6t_entry) != 0 || in check_compat_entry_size_and_hooks()1510 (unsigned char *)e + sizeof(struct compat_ip6t_entry) >= limit) { in check_compat_entry_size_and_hooks()[all …]