Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dkey.h174 #define rcu_dereference_check_key_mtx(local, ref) \ macro
Dcfg.c608 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
615 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
622 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
625 key = rcu_dereference_check_key_mtx(local, link->gtk[key_idx]); in ieee80211_lookup_key()
631 return rcu_dereference_check_key_mtx(local, sdata->keys[key_idx]); in ieee80211_lookup_key()