Searched refs:this_cpu_tun_ctx (Results 1 – 1 of 1) sorted by relevance
237 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx() local240 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx); in nft_inner_restore_tun_ctx()241 if (this_cpu_tun_ctx->cookie != (unsigned long)pkt->skb) { in nft_inner_restore_tun_ctx()245 *tun_ctx = *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx()254 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_save_tun_ctx() local257 this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx); in nft_inner_save_tun_ctx()258 if (this_cpu_tun_ctx->cookie != tun_ctx->cookie) in nft_inner_save_tun_ctx()259 *this_cpu_tun_ctx = *tun_ctx; in nft_inner_save_tun_ctx()