Searched defs:dstptr (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ |
D | x_tables.c | 751 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, in xt_compat_match_from_user() 785 void __user **dstptr, unsigned int *size) in xt_compat_match_to_user() 1131 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user() 1159 void __user **dstptr, unsigned int *size) in xt_compat_target_to_user()
|
/net/bridge/netfilter/ |
D | ebtables.c | 1635 static int compat_match_to_user(struct ebt_entry_match *m, void __user **dstptr, in compat_match_to_user() 1667 void __user **dstptr, in compat_target_to_user() 1699 void __user **dstptr, in compat_watcher_to_user() 1706 static int compat_copy_entry_to_user(struct ebt_entry *e, void __user **dstptr, in compat_copy_entry_to_user()
|
/net/ipv4/netfilter/ |
D | arp_tables.c | 1124 compat_copy_entry_from_user(struct compat_arpt_entry *e, void **dstptr, in compat_copy_entry_from_user() 1296 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_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() 1352 compat_copy_entry_from_user(struct compat_ipt_entry *e, void **dstptr, in compat_copy_entry_from_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() 1369 compat_copy_entry_from_user(struct compat_ip6t_entry *e, void **dstptr, in compat_copy_entry_from_user()
|