Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/netfilter_ipv6/
Dip6_tables.h38 struct compat_ip6t_entry { struct
49 compat_ip6t_get_target(struct compat_ip6t_entry *e) in compat_ip6t_get_target() argument
/Linux-v6.1/net/ipv6/netfilter/
Dip6_tables.c916 off = sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_calc_entry()
1229 struct compat_ip6t_entry entries[];
1238 struct compat_ip6t_entry __user *ce; in compat_copy_entry_to_user()
1251 *dstptr += sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()
1252 *size -= sizeof(struct ip6t_entry) - sizeof(struct compat_ip6t_entry); in compat_copy_entry_to_user()
1288 static void compat_release_entry(struct compat_ip6t_entry *e) in compat_release_entry()
1301 check_compat_entry_size_and_hooks(struct compat_ip6t_entry *e, in check_compat_entry_size_and_hooks()
1314 if ((unsigned long)e % __alignof__(struct compat_ip6t_entry) != 0 || in check_compat_entry_size_and_hooks()
1315 (unsigned char *)e + sizeof(struct compat_ip6t_entry) >= limit || in check_compat_entry_size_and_hooks()
1319 if (e->next_offset < sizeof(struct compat_ip6t_entry) + in check_compat_entry_size_and_hooks()
[all …]