Home
last modified time | relevance | path

Searched refs:xt_compat_target_to_user (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h526 int xt_compat_target_to_user(const struct xt_entry_target *t,
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c1138 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user() function
1161 EXPORT_SYMBOL_GPL(xt_compat_target_to_user);
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c1320 ret = xt_compat_target_to_user(t, dstptr, size); in compat_copy_entry_to_user()
H A Dip_tables.c1244 ret = xt_compat_target_to_user(t, dstptr, size); in compat_copy_entry_to_user()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1261 ret = xt_compat_target_to_user(t, dstptr, size); in compat_copy_entry_to_user()