Searched refs:compat_copy_entry_to_user (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 1305 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1358 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
H A D | ip_tables.c | 1218 compat_copy_entry_to_user(struct ipt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1568 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 1234 compat_copy_entry_to_user(struct ip6t_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1577 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 1711 static int compat_copy_entry_to_user(struct ebt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1904 compat_copy_entry_to_user, &pos, &tmp.entries_size); in compat_copy_everything_to_user()
|