Home
last modified time | relevance | path

Searched refs:fast_tx (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/net/mac80211/
Dmesh_pathtbl.c49 kfree_rcu(entry, fast_tx.rcu_head); in __mesh_fast_tx_entry_free()
425 kfree_rcu(entry, fast_tx.rcu_head); in mesh_fast_tx_entry_free()
475 build.fast_tx.hdr_len = ieee80211_hdrlen(hdr->frame_control); in mesh_fast_tx_cache()
476 meshhdr = (struct ieee80211s_hdr *)(skb->data + build.fast_tx.hdr_len); in mesh_fast_tx_cache()
513 build.fast_tx.key = key; in mesh_fast_tx_cache()
529 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
531 build.fast_tx.hdr_len += IEEE80211_CCMP_HDR_LEN; in mesh_fast_tx_cache()
536 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
538 build.fast_tx.hdr_len += IEEE80211_GCMP_HDR_LEN; in mesh_fast_tx_cache()
547 build.fast_tx.band = info->band; in mesh_fast_tx_cache()
[all …]
Dtx.c3006 struct ieee80211_fast_tx build = {}, *fast_tx = NULL, *old; in ieee80211_check_fast_xmit() local
3239 fast_tx = kmemdup(&build, sizeof(build), GFP_ATOMIC); in ieee80211_check_fast_xmit()
3244 old = rcu_dereference_protected(sta->fast_tx, in ieee80211_check_fast_xmit()
3246 rcu_assign_pointer(sta->fast_tx, fast_tx); in ieee80211_check_fast_xmit()
3281 struct ieee80211_fast_tx *fast_tx; in ieee80211_clear_fast_xmit() local
3284 fast_tx = rcu_dereference_protected(sta->fast_tx, in ieee80211_clear_fast_xmit()
3286 RCU_INIT_POINTER(sta->fast_tx, NULL); in ieee80211_clear_fast_xmit()
3289 if (fast_tx) in ieee80211_clear_fast_xmit()
3290 kfree_rcu(fast_tx, rcu_head); in ieee80211_clear_fast_xmit()
3310 struct ieee80211_fast_tx *fast_tx, in ieee80211_amsdu_prepare_head() argument
[all …]
Dmesh.h152 struct ieee80211_fast_tx fast_tx; member
Dsta_info.h666 struct ieee80211_fast_tx __rcu *fast_tx; member
Dmesh.c807 if (skb_headroom(skb) < entry->hdrlen + entry->fast_tx.hdr_len) in ieee80211_mesh_xmit_fast()
847 __ieee80211_xmit_fast(sdata, sta, &entry->fast_tx, skb, tid_tx, in ieee80211_mesh_xmit_fast()
Dieee80211_i.h2078 struct ieee80211_fast_tx *fast_tx,
Drx.c2773 __ieee80211_xmit_fast(sdata, sta, &entry->fast_tx, skb, tid_tx, in ieee80211_rx_mesh_fast_forward()