Searched refs:fast_tx (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 50 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() 481 build.fast_tx.hdr_len = ieee80211_hdrlen(hdr->frame_control); in mesh_fast_tx_cache() 482 meshhdr = (struct ieee80211s_hdr *)(skb->data + build.fast_tx.hdr_len); in mesh_fast_tx_cache() 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 in mesh_fast_tx_cache() [all...] |
| H A D | tx.c | 3030 struct ieee80211_fast_tx build = {}, *fast_tx = NULL, *old; in ieee80211_check_fast_xmit() local 3263 fast_tx = kmemdup(&build, sizeof(build), GFP_ATOMIC); in ieee80211_check_fast_xmit() 3268 old = rcu_dereference_protected(sta->fast_tx, in ieee80211_check_fast_xmit() 3270 rcu_assign_pointer(sta->fast_tx, fast_tx); in ieee80211_check_fast_xmit() 3305 struct ieee80211_fast_tx *fast_tx; in ieee80211_clear_fast_xmit() local 3308 fast_tx = rcu_dereference_protected(sta->fast_tx, in ieee80211_clear_fast_xmit() 3310 RCU_INIT_POINTER(sta->fast_tx, NULL); in ieee80211_clear_fast_xmit() 3313 if (fast_tx) in ieee80211_clear_fast_xmit() 3314 kfree_rcu(fast_tx, rcu_head); in ieee80211_clear_fast_xmit() 3334 struct ieee80211_fast_tx *fast_tx, in ieee80211_amsdu_prepare_head() argument [all …]
|
| H A D | mesh.h | 182 struct ieee80211_fast_tx fast_tx; member
|
| H A D | sta_info.h | 716 struct ieee80211_fast_tx __rcu *fast_tx; member
|
| H A D | ieee80211_i.h | 2173 struct ieee80211_fast_tx *fast_tx,
|
| H A D | rx.c | 2917 __ieee80211_xmit_fast(sdata, sta, &entry->fast_tx, skb, tid_tx, in ieee80211_rx_mesh_fast_forward()
|