Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Drx.c4089 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_check_fast_rx()
4090 rcu_assign_pointer(sta->fast_rx, new); in ieee80211_check_fast_rx()
4102 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_clear_fast_rx()
4103 RCU_INIT_POINTER(sta->fast_rx, NULL); in ieee80211_clear_fast_rx()
4135 struct ieee80211_fast_rx *fast_rx) in ieee80211_invoke_fast_rx() argument
4154 if (fast_rx->uses_rss) in ieee80211_invoke_fast_rx()
4170 if (fast_rx->key && in ieee80211_invoke_fast_rx()
4189 if (!ether_addr_equal(fast_rx->vif_addr, hdr->addr1)) in ieee80211_invoke_fast_rx()
4194 fast_rx->expected_ds_bits) in ieee80211_invoke_fast_rx()
4200 if (fast_rx->key && !(status->flag & RX_FLAG_IV_STRIPPED)) { in ieee80211_invoke_fast_rx()
[all …]
Dsta_info.h538 struct ieee80211_fast_rx __rcu *fast_rx; member