Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_inner.c237 struct nft_inner_tun_ctx *this_cpu_tun_ctx; in nft_inner_restore_tun_ctx() local
240 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() local
257 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()