Searched refs:this_cpu_tun_ctx (Results 1 – 1 of 1) sorted by relevance
244 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx() local248 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx); in nft_inner_restore_tun_ctx()249 if (this_cpu_tun_ctx->cookie != (unsigned long)pkt->skb) { in nft_inner_restore_tun_ctx()254 *tun_ctx = *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx()264 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_save_tun_ctx() local268 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx); in nft_inner_save_tun_ctx()269 if (this_cpu_tun_ctx->cookie != tun_ctx->cookie) in nft_inner_save_tun_ctx()270 *this_cpu_tun_ctx = *tun_ctx; in nft_inner_save_tun_ctx()
Completed in 3 milliseconds