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 | 1640 static int compat_match_to_user(struct ebt_entry_match *m, void __user **dstptr, in compat_match_to_user() 1672 void __user **dstptr, in compat_target_to_user() 1704 void __user **dstptr, in compat_watcher_to_user() 1711 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 | 1129 compat_copy_entry_from_user(struct compat_arpt_entry *e, void **dstptr, in compat_copy_entry_from_user() 1305 static int compat_copy_entry_to_user(struct arpt_entry *e, void __user **dstptr, in compat_copy_entry_to_user()
|
D | ip_tables.c | 1218 compat_copy_entry_to_user(struct ipt_entry *e, void __user **dstptr, in compat_copy_entry_to_user() 1355 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 | 1234 compat_copy_entry_to_user(struct ip6t_entry *e, void __user **dstptr, in compat_copy_entry_to_user() 1371 compat_copy_entry_from_user(struct compat_ip6t_entry *e, void **dstptr, in compat_copy_entry_from_user()
|