Home
last modified time | relevance | path

Searched refs:nft_in (Results 1 – 5 of 5) 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()
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()
H A Dnft_tproxy.c120 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()
H A Dnf_flow_table_path.c280 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()
/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.h66 static inline const struct net_device *nft_in(const struct nft_pktinfo *pkt) in nft_in() function