Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dkey.h174 #define rcu_dereference_check_key_mtx(local, ref) \ macro
Dcfg.c612 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
619 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
626 return rcu_dereference_check_key_mtx(local, in ieee80211_lookup_key()
629 key = rcu_dereference_check_key_mtx(local, link->gtk[key_idx]); in ieee80211_lookup_key()
635 return rcu_dereference_check_key_mtx(local, sdata->keys[key_idx]); in ieee80211_lookup_key()