Searched refs:nft_out (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 40 dev = nft_out(pkt); in nft_fib4_eval_type() 82 oif = nft_out(pkt); in nft_fib4_eval() 119 fl4.flowi4_iif = nft_out(pkt)->ifindex; in nft_fib4_eval()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 35 fl6->flowi6_iif = nft_out(pkt)->ifindex; in nft_fib6_flowi_init() 74 dev = nft_out(pkt); in __nft_fib6_eval_type() 176 oif = nft_out(pkt); in nft_fib6_eval()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_masq.c | 118 nft_out(pkt)); in nft_masq_eval() 123 nft_out(pkt)); in nft_masq_eval()
|
H A D | nft_meta.c | 182 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_get_eval_kind() 238 nft_meta_store_ifname(dest, nft_out(pkt)); in nft_meta_get_eval_ifname() 244 nft_meta_store_ifindex(dest, nft_out(pkt)); in nft_meta_get_eval_ifname() 255 if (!nft_meta_store_iftype(dest, nft_out(pkt))) in nft_meta_get_eval_ifname() 263 if (!nft_meta_store_ifgroup(dest, nft_out(pkt))) in nft_meta_get_eval_ifname()
|
H A D | nf_tables_trace.c | 285 if (nf_trace_fill_dev_info(skb, nft_in(pkt), nft_out(pkt))) in nft_trace_notify()
|
H A D | nft_log.c | 117 nft_in(pkt), nft_out(pkt), &priv->loginfo, "%s", in nft_log_eval()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 29 const struct net_device *in = nft_in(pkt), *out = nft_out(pkt); in nft_meta_bridge_get_eval()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 70 static inline const struct net_device *nft_out(const struct nft_pktinfo *pkt) in nft_out() function
|