xt_target_to_user  299 include/linux/netfilter/x_tables.h int xt_target_to_user(const struct xt_entry_target *t,
xt_target_to_user  705 net/ipv4/netfilter/arp_tables.c 		if (xt_target_to_user(t, userptr + off + e->target_offset)) {
xt_target_to_user  860 net/ipv4/netfilter/ip_tables.c 		if (xt_target_to_user(t, userptr + off + e->target_offset)) {
xt_target_to_user  876 net/ipv6/netfilter/ip6_tables.c 		if (xt_target_to_user(t, userptr + off + e->target_offset)) {
xt_target_to_user  326 net/netfilter/x_tables.c EXPORT_SYMBOL_GPL(xt_target_to_user);