Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_pathtbl.c50 kfree_rcu(entry, fast_tx.rcu_head); in __mesh_fast_tx_entry_free()
430 kfree_rcu(entry, fast_tx.rcu_head); in mesh_fast_tx_entry_free()
525 build.fast_tx.key = key; in mesh_fast_tx_cache()
541 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
543 build.fast_tx.hdr_len += IEEE80211_CCMP_HDR_LEN; in mesh_fast_tx_cache()
548 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
559 build.fast_tx.band = info->band; in mesh_fast_tx_cache()
566 memcpy(build.fast_tx.hdr, hdr, build.fast_tx.hdr_len); in mesh_fast_tx_cache()
568 hdr = (struct ieee80211_hdr *)build.fast_tx.hdr; in mesh_fast_tx_cache()
569 if (build.fast_tx.key) in mesh_fast_tx_cache()
[all …]
A Dtx.c3259 rcu_assign_pointer(sta->fast_tx, fast_tx); in ieee80211_check_fast_xmit()
3294 struct ieee80211_fast_tx *fast_tx; in ieee80211_clear_fast_xmit() local
3297 fast_tx = rcu_dereference_protected(sta->fast_tx, in ieee80211_clear_fast_xmit()
3302 if (fast_tx) in ieee80211_clear_fast_xmit()
3303 kfree_rcu(fast_tx, rcu_head); in ieee80211_clear_fast_xmit()
3691 memcpy(skb->data, fast_tx->hdr, fast_tx->hdr_len); in __ieee80211_xmit_fast()
3697 info->band = fast_tx->band; in __ieee80211_xmit_fast()
3722 tx.key = fast_tx->key; in __ieee80211_xmit_fast()
3729 fast_tx->key, &tx); in __ieee80211_xmit_fast()
4301 fast_tx = rcu_dereference(sta->fast_tx); in __ieee80211_subif_start_xmit()
[all …]
A Dmesh.h182 struct ieee80211_fast_tx fast_tx; member
A Dsta_info.h716 struct ieee80211_fast_tx __rcu *fast_tx; member
A Dmesh.c796 if (skb_headroom(skb) < entry->hdrlen + entry->fast_tx.hdr_len) in ieee80211_mesh_xmit_fast()
836 __ieee80211_xmit_fast(sdata, sta, &entry->fast_tx, skb, tid_tx, in ieee80211_mesh_xmit_fast()
A Dieee80211_i.h2164 struct ieee80211_fast_tx *fast_tx,
A Drx.c2834 __ieee80211_xmit_fast(sdata, sta, &entry->fast_tx, skb, tid_tx, in ieee80211_rx_mesh_fast_forward()

Completed in 41 milliseconds