Searched defs:dstptr (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ |
D | x_tables.c | 565 void xt_compat_match_from_user(struct xt_entry_match *m, void **dstptr, in xt_compat_match_from_user() 596 void __user **dstptr, unsigned int *size) in xt_compat_match_to_user() 923 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user() 954 void __user **dstptr, unsigned int *size) in xt_compat_target_to_user()
|
/net/bridge/netfilter/ |
D | ebtables.c | 1620 static int compat_match_to_user(struct ebt_entry_match *m, void __user **dstptr, in compat_match_to_user() 1647 void __user **dstptr, in compat_target_to_user() 1674 void __user **dstptr, in compat_watcher_to_user() 1681 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 | 1135 compat_copy_entry_from_user(struct compat_arpt_entry *e, void **dstptr, in compat_copy_entry_from_user() 1328 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_to_user()
|
D | ip_tables.c | 1238 compat_copy_entry_to_user(struct ipt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() 1375 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 | 1266 compat_copy_entry_to_user(struct ip6t_entry *e, void __user **dstptr, in compat_copy_entry_to_user() 1403 compat_copy_entry_from_user(struct compat_ip6t_entry *e, void **dstptr, in compat_copy_entry_from_user()
|