shashs 39 include/net/seg6_hmac.h struct shash_desc * __percpu *shashs; shashs 147 net/ipv6/seg6_hmac.c shash = *this_cpu_ptr(algo->shashs); shashs 384 net/ipv6/seg6_hmac.c algo->shashs = alloc_percpu(struct shash_desc *); shashs 385 net/ipv6/seg6_hmac.c if (!algo->shashs) shashs 393 net/ipv6/seg6_hmac.c *per_cpu_ptr(algo->shashs, cpu) = shash; shashs 428 net/ipv6/seg6_hmac.c shash = *per_cpu_ptr(algo->shashs, cpu); shashs 434 net/ipv6/seg6_hmac.c free_percpu(algo->shashs);