Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dseg6_hmac.c44 struct hmac_storage { struct
49 static DEFINE_PER_CPU(struct hmac_storage, hmac_storage) = { argument
125 local_lock_nested_bh(&hmac_storage.bh_lock); in seg6_hmac_compute()
126 ring = this_cpu_ptr(hmac_storage.hmac_ring); in seg6_hmac_compute()
165 local_unlock_nested_bh(&hmac_storage.bh_lock); in seg6_hmac_compute()