xt_compat_match_to_user  520 include/linux/netfilter/x_tables.h int xt_compat_match_to_user(const struct xt_entry_match *m,
xt_compat_match_to_user 1240 net/ipv4/netfilter/ip_tables.c 		ret = xt_compat_match_to_user(ematch, dstptr, size);
xt_compat_match_to_user 1256 net/ipv6/netfilter/ip6_tables.c 		ret = xt_compat_match_to_user(ematch, dstptr, size);
xt_compat_match_to_user  788 net/netfilter/x_tables.c EXPORT_SYMBOL_GPL(xt_compat_match_to_user);