Searched refs:compat_copy_entry_to_user (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/netfilter/ |
D | arp_tables.c | 1296 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1349 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
D | ip_tables.c | 1215 compat_copy_entry_to_user(struct ipt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1561 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/net/ipv6/netfilter/ |
D | ip6_tables.c | 1232 compat_copy_entry_to_user(struct ip6t_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1571 ret = compat_copy_entry_to_user(iter, &pos, in compat_copy_entries_to_user()
|
/net/bridge/netfilter/ |
D | ebtables.c | 1593 static int compat_copy_entry_to_user(struct ebt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() function 1786 compat_copy_entry_to_user, &pos, &tmp.entries_size); in compat_copy_everything_to_user()
|