Symbol: xt_in
net/bridge/netfilter/ebt_arpreply.c
56
(struct net_device *)xt_in(par),
net/bridge/netfilter/ebt_dnat.c
39
dev = xt_in(par);
net/bridge/netfilter/ebt_dnat.c
42
dev = br_port_get_rcu(xt_in(par))->br->dev;
net/bridge/netfilter/ebt_log.c
195
xt_in(par), xt_out(par), &li, "%s",
net/bridge/netfilter/ebt_log.c
199
xt_in(par), xt_out(par), &li, info->prefix);
net/bridge/netfilter/ebt_nflog.c
36
nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par),
net/bridge/netfilter/ebt_redirect.c
30
br_port_get_rcu(xt_in(par))->br->dev->dev_addr);
net/bridge/netfilter/ebt_redirect.c
32
ether_addr_copy(eth_hdr(skb)->h_dest, xt_in(par)->dev_addr);
net/ipv4/netfilter/ipt_rpfilter.c
64
if (rpfilter_is_loopback(skb, xt_in(par)))
net/ipv4/netfilter/ipt_rpfilter.c
81
flow.flowi4_l3mdev = l3mdev_master_ifindex_rcu(xt_in(par));
net/ipv4/netfilter/ipt_rpfilter.c
84
return rpfilter_lookup_reverse(xt_net(par), &flow, xt_in(par), info->flags) ^ invert;
net/ipv6/netfilter/ip6t_rpfilter.c
105
return rpfilter_lookup_reverse6(xt_net(par), skb, xt_in(par),
net/ipv6/netfilter/ip6t_rpfilter.c
97
if (rpfilter_is_loopback(skb, xt_in(par)))
net/netfilter/xt_LOG.c
39
nf_log_packet(net, xt_family(par), xt_hooknum(par), skb, xt_in(par),
net/netfilter/xt_NFLOG.c
36
nf_log_packet(net, xt_family(par), xt_hooknum(par), skb, xt_in(par),
net/netfilter/xt_TPROXY.c
131
xt_in(par), NF_TPROXY_LOOKUP_ESTABLISHED);
net/netfilter/xt_TPROXY.c
152
xt_in(par), NF_TPROXY_LOOKUP_LISTENER);
net/netfilter/xt_addrtype.c
138
dev = xt_in(par);
net/netfilter/xt_devgroup.c
24
(((info->src_group ^ xt_in(par)->group) & info->src_mask ? 1 : 0) ^
net/netfilter/xt_osf.c
30
return nf_osf_match(skb, xt_family(p), xt_hooknum(p), xt_in(p),
net/netfilter/xt_socket.c
120
sk = nf_sk_lookup_slow_v6(xt_net(par), skb, xt_in(par));
net/netfilter/xt_socket.c
59
sk = nf_sk_lookup_slow_v4(xt_net(par), skb, xt_in(par));