Searched refs:compat_copy_entry_to_user (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/ipv4/netfilter/ |
D | arp_tables.c | 1297 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1350 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
D | ip_tables.c | 1217 compat_copy_entry_to_user(struct ipt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1563 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/linux-5.19.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 1233 compat_copy_entry_to_user(struct ip6t_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1572 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/linux-5.19.10/net/bridge/netfilter/ |
D | ebtables.c | 1705 static int compat_copy_entry_to_user(struct ebt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1898 compat_copy_entry_to_user, &pos, &tmp.entries_size); in compat_copy_everything_to_user()
|