Searched refs:nft_out (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c40 dev = nft_out(pkt);
81 oif = nft_out(pkt);
121 fl4.flowi4_iif = nft_out(pkt)->ifindex;
/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c35 fl6->flowi6_iif = nft_out(pkt)->ifindex;
76 dev = nft_out(pkt);
175 oif = nft_out(pkt);
/linux-master/net/netfilter/
H A Dnft_masq.c118 nft_out(pkt));
123 nft_out(pkt));
H A Dnft_meta.c182 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt);
238 nft_meta_store_ifname(dest, nft_out(pkt));
244 nft_meta_store_ifindex(dest, nft_out(pkt));
255 if (!nft_meta_store_iftype(dest, nft_out(pkt)))
263 if (!nft_meta_store_ifgroup(dest, nft_out(pkt)))
H A Dnft_log.c117 nft_in(pkt), nft_out(pkt), &priv->loginfo, "%s",
H A Dnf_tables_trace.c289 if (nf_trace_fill_dev_info(skb, nft_in(pkt), nft_out(pkt)))
/linux-master/net/bridge/netfilter/
H A Dnft_meta_bridge.c29 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt);
/linux-master/include/net/netfilter/
H A Dnf_tables.h70 static inline const struct net_device *nft_out(const struct nft_pktinfo *pkt) function

Completed in 156 milliseconds