Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Drx.c4311 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_check_fast_rx()
4312 rcu_assign_pointer(sta->fast_rx, new); in ieee80211_check_fast_rx()
4324 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_clear_fast_rx()
4325 RCU_INIT_POINTER(sta->fast_rx, NULL); in ieee80211_clear_fast_rx()
4357 struct ieee80211_fast_rx *fast_rx) in ieee80211_invoke_fast_rx() argument
4376 if (fast_rx->uses_rss) in ieee80211_invoke_fast_rx()
4392 if (fast_rx->key && in ieee80211_invoke_fast_rx()
4411 if (!ether_addr_equal(fast_rx->vif_addr, hdr->addr1)) in ieee80211_invoke_fast_rx()
4416 fast_rx->expected_ds_bits) in ieee80211_invoke_fast_rx()
4422 if (fast_rx->key && !(status->flag & RX_FLAG_IV_STRIPPED)) { in ieee80211_invoke_fast_rx()
[all …]
Dsta_info.h582 struct ieee80211_fast_rx __rcu *fast_rx; member