Searched refs:nft_out (Results 1 – 3 of 3) sorted by relevance
188 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_get_eval_kind()244 nft_meta_store_ifname(dest, nft_out(pkt)); in nft_meta_get_eval_ifname()250 nft_meta_store_ifindex(dest, nft_out(pkt)); in nft_meta_get_eval_ifname()261 if (!nft_meta_store_iftype(dest, nft_out(pkt))) in nft_meta_get_eval_ifname()269 if (!nft_meta_store_ifgroup(dest, nft_out(pkt))) in nft_meta_get_eval_ifname()
29 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_bridge_get_eval()
71 static inline const struct net_device *nft_out(const struct nft_pktinfo *pkt) in nft_out() function