Symbol: compat_arpt_entry
include/linux/netfilter_arp/arp_tables.h
73
compat_arpt_get_target(struct compat_arpt_entry *e)
net/ipv4/netfilter/arp_tables.c
1062
struct compat_arpt_entry entries[];
net/ipv4/netfilter/arp_tables.c
1065
static inline void compat_release_entry(struct compat_arpt_entry *e)
net/ipv4/netfilter/arp_tables.c
1074
check_compat_entry_size_and_hooks(struct compat_arpt_entry *e,
net/ipv4/netfilter/arp_tables.c
1085
if ((unsigned long)e % __alignof__(struct compat_arpt_entry) != 0 ||
net/ipv4/netfilter/arp_tables.c
1086
(unsigned char *)e + sizeof(struct compat_arpt_entry) >= limit ||
net/ipv4/netfilter/arp_tables.c
1090
if (e->next_offset < sizeof(struct compat_arpt_entry) +
net/ipv4/netfilter/arp_tables.c
1102
off = sizeof(struct arpt_entry) - sizeof(struct compat_arpt_entry);
net/ipv4/netfilter/arp_tables.c
1129
compat_copy_entry_from_user(struct compat_arpt_entry *e, void **dstptr,
net/ipv4/netfilter/arp_tables.c
1144
*size += sizeof(struct arpt_entry) - sizeof(struct compat_arpt_entry);
net/ipv4/netfilter/arp_tables.c
1167
struct compat_arpt_entry *iter0;
net/ipv4/netfilter/arp_tables.c
1311
struct compat_arpt_entry __user *ce;
net/ipv4/netfilter/arp_tables.c
1323
*dstptr += sizeof(struct compat_arpt_entry);
net/ipv4/netfilter/arp_tables.c
1324
*size -= sizeof(struct arpt_entry) - sizeof(struct compat_arpt_entry);
net/ipv4/netfilter/arp_tables.c
1370
struct compat_arpt_entry entrytable[];
net/ipv4/netfilter/arp_tables.c
744
off = sizeof(struct arpt_entry) - sizeof(struct compat_arpt_entry);