Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_inner.c243 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx() local
247 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx); in nft_inner_restore_tun_ctx()
248 if (this_cpu_tun_ctx->cookie != (unsigned long)pkt->skb) { in nft_inner_restore_tun_ctx()
253 *tun_ctx = *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx()
263 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_save_tun_ctx() local
267 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx); in nft_inner_save_tun_ctx()
268 if (this_cpu_tun_ctx->cookie != tun_ctx->cookie) in nft_inner_save_tun_ctx()
269 *this_cpu_tun_ctx = *tun_ctx; in nft_inner_save_tun_ctx()