Home
last modified time | relevance | path

Searched refs:nft_inner_tun_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/
H A Dnft_inner.c26 static DEFINE_PER_CPU(struct nft_inner_tun_ctx, nft_pcpu_tun_ctx);
53 struct nft_inner_tun_ctx *ctx, u32 off) in nft_inner_parse_l2l3()
175 struct nft_inner_tun_ctx *ctx, u32 *off) in nft_inner_parse_tunhdr()
211 struct nft_inner_tun_ctx *tun_ctx) in nft_inner_parse()
235 struct nft_inner_tun_ctx *tun_ctx) in nft_inner_restore_tun_ctx()
237 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx()
252 const struct nft_inner_tun_ctx *tun_ctx) in nft_inner_save_tun_ctx()
254 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_save_tun_ctx()
265 struct nft_inner_tun_ctx *tun_ctx) in nft_inner_parse_needed()
283 struct nft_inner_tun_ctx tun_ctx = {}; in nft_inner_eval()
H A Dnft_meta.c863 struct nft_inner_tun_ctx *tun_ctx) in nft_meta_inner_eval()
H A Dnft_payload.c597 struct nft_inner_tun_ctx *tun_ctx) in nft_payload_inner_eval()
/linux/include/net/netfilter/
H A Dnft_meta.h49 struct nft_inner_tun_ctx;
52 struct nft_inner_tun_ctx *tun_ctx);
H A Dnf_tables_core.h163 struct nft_inner_tun_ctx { struct
178 struct nft_inner_tun_ctx *ctx); argument