Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_meta.c188 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()
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c29 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_bridge_get_eval()
/linux/include/net/netfilter/
H A Dnf_tables.h71 static inline const struct net_device *nft_out(const struct nft_pktinfo *pkt) in nft_out() function