Searched refs:xt_compat_target_from_user (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 494 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 836 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user() function 864 EXPORT_SYMBOL_GPL(xt_compat_target_from_user);
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 1283 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|
D | ip_tables.c | 1545 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1554 xt_compat_target_from_user(t, dstptr, size); in compat_copy_entry_from_user()
|