Searched refs:nft_in (Results 1 – 5 of 5) sorted by relevance
188 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_get_eval_kind()241 nft_meta_store_ifname(dest, nft_in(pkt)); in nft_meta_get_eval_ifname()247 nft_meta_store_ifindex(dest, nft_in(pkt)); in nft_meta_get_eval_ifname()257 if (!nft_meta_store_iftype(dest, nft_in(pkt))) in nft_meta_get_eval_ifname()265 if (!nft_meta_store_ifgroup(dest, nft_in(pkt))) in nft_meta_get_eval_ifname()
120 nft_in(pkt), NF_TPROXY_LOOKUP_ESTABLISHED); in nft_tproxy_eval_v6()146 nft_in(pkt), NF_TPROXY_LOOKUP_LISTENER); in nft_tproxy_eval_v6()
280 fl.u.ip4.flowi4_oif = nft_in(pkt)->ifindex; in nft_flow_route()289 fl.u.ip6.flowi6_oif = nft_in(pkt)->ifindex; in nft_flow_route()
29 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_bridge_get_eval()
66 static inline const struct net_device *nft_in(const struct nft_pktinfo *pkt) in nft_in() function