Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/netfilter/
Dnft_fib_ipv4.c40 dev = nft_out(pkt); in nft_fib4_eval_type()
80 oif = nft_out(pkt); in nft_fib4_eval()
/Linux-v5.10/net/netfilter/
Dnft_meta.c183 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_get_eval_kind()
239 nft_meta_store_ifname(dest, nft_out(pkt)); in nft_meta_get_eval_ifname()
245 nft_meta_store_ifindex(dest, nft_out(pkt)); in nft_meta_get_eval_ifname()
252 if (!nft_meta_store_iftype(dest, nft_out(pkt))) in nft_meta_get_eval_ifname()
260 if (!nft_meta_store_ifgroup(dest, nft_out(pkt))) in nft_meta_get_eval_ifname()
Dnft_masq.c118 &range, nft_out(pkt)); in nft_masq_ipv4_eval()
164 nft_out(pkt)); in nft_masq_ipv6_eval()
Dnf_tables_trace.c270 if (nf_trace_fill_dev_info(skb, nft_in(pkt), nft_out(pkt))) in nft_trace_notify()
Dnft_log.c117 nft_in(pkt), nft_out(pkt), &priv->loginfo, "%s", in nft_log_eval()
/Linux-v5.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c69 dev = nft_out(pkt); in __nft_fib6_eval_type()
156 oif = nft_out(pkt); in nft_fib6_eval()
/Linux-v5.10/net/bridge/netfilter/
Dnft_meta_bridge.c26 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_bridge_get_eval()
/Linux-v5.10/include/net/netfilter/
Dnf_tables.h51 static inline const struct net_device *nft_out(const struct nft_pktinfo *pkt) in nft_out() function