Searched refs:xt_compat_target_from_user (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/netfilter/ |
H A D | x_tables.h | 528 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,
|
/linux/net/netfilter/ |
H A D | x_tables.c | 1131 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user() function 1157 EXPORT_SYMBOL_GPL(xt_compat_target_from_user);
|
/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 1148 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|
H A D | ip_tables.c | 1378 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 1394 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|