Home
last modified time | relevance | path

Searched refs:xt_compat_match_to_user (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h520 int xt_compat_match_to_user(const struct xt_entry_match *m,
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c764 int xt_compat_match_to_user(const struct xt_entry_match *m, in xt_compat_match_to_user() function
787 EXPORT_SYMBOL_GPL(xt_compat_match_to_user);
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c1238 ret = xt_compat_match_to_user(ematch, dstptr, size); in compat_copy_entry_to_user()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1255 ret = xt_compat_match_to_user(ematch, dstptr, size); in compat_copy_entry_to_user()