Home
last modified time | relevance | path

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

/net/mac80211/
Dsta_info.h347 struct sta_info __rcu *hnext; member
574 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL; \
581 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL \
Dsta_info.c79 s->hnext); in sta_info_hash_del()
83 while (rcu_access_pointer(s->hnext) && in sta_info_hash_del()
84 rcu_access_pointer(s->hnext) != sta) in sta_info_hash_del()
85 s = rcu_dereference_protected(s->hnext, in sta_info_hash_del()
87 if (rcu_access_pointer(s->hnext)) { in sta_info_hash_del()
88 rcu_assign_pointer(s->hnext, sta->hnext); in sta_info_hash_del()
171 sta = rcu_dereference_check(sta->hnext, in sta_info_get()
194 sta = rcu_dereference_check(sta->hnext, in sta_info_get_bss()
255 sta->hnext = local->sta_hash[STA_HASH(sta->sta.addr)]; in sta_info_hash_add()
Dcfg.c2182 sta = rcu_dereference_protected(sta->hnext, in __ieee80211_request_smps_ap()