Searched refs:ieee80211_free_txskb (Results 1 – 7 of 7) sorted by relevance
/net/mac80211/ |
D | status.c | 36 ieee80211_free_txskb(hw, skb); in ieee80211_tx_status_irqsafe() 55 ieee80211_free_txskb(&local->hw, skb); in ieee80211_handle_filtered_frame() 169 ieee80211_free_txskb(&local->hw, skb); in ieee80211_handle_filtered_frame() 1255 void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb) in ieee80211_free_txskb() function 1263 EXPORT_SYMBOL(ieee80211_free_txskb); 1271 ieee80211_free_txskb(hw, skb); in ieee80211_purge_tx_queue()
|
D | tx.c | 367 ieee80211_free_txskb(&local->hw, skb); in purge_old_ps_buffers() 384 ieee80211_free_txskb(&local->hw, skb); in purge_old_ps_buffers() 450 ieee80211_free_txskb(&tx->local->hw, skb_dequeue(&ps->bc_buf)); in ieee80211_tx_h_multicast_ps_buf() 521 ieee80211_free_txskb(&local->hw, old); in ieee80211_tx_h_unicast_ps_buf() 1173 ieee80211_free_txskb(&tx->local->hw, purge_skb); in ieee80211_tx_prep_agg() 1396 ieee80211_free_txskb(hw, skb); in codel_drop_func() 1445 ieee80211_free_txskb(&local->hw, skb); in fq_skb_free_func() 1693 ieee80211_free_txskb(&local->hw, skb); in ieee80211_tx_frags() 1833 ieee80211_free_txskb(&tx->local->hw, tx->skb); in invoke_tx_handlers_early() 1877 ieee80211_free_txskb(&tx->local->hw, tx->skb); in invoke_tx_handlers_late() [all …]
|
D | offchannel.c | 178 ieee80211_free_txskb(&roc->sdata->local->hw, roc->frame); in ieee80211_roc_notify_destroy() 981 ieee80211_free_txskb(&local->hw, skb); in ieee80211_mgmt_tx()
|
D | iface.c | 588 ieee80211_free_txskb(&local->hw, skb); in ieee80211_do_stop() 661 ieee80211_free_txskb(&local->hw, skb); in ieee80211_do_stop()
|
D | mesh_pathtbl.c | 1001 ieee80211_free_txskb(&sdata->local->hw, skb); in mesh_path_discard_frame()
|
D | sta_info.c | 1147 ieee80211_free_txskb(&local->hw, skb); in sta_info_cleanup_expire_buffered_ac() 1176 ieee80211_free_txskb(&local->hw, skb); in sta_info_cleanup_expire_buffered_ac()
|
D | util.c | 554 ieee80211_free_txskb(&local->hw, skb); in ieee80211_add_pending_skb() 580 ieee80211_free_txskb(&local->hw, skb); in ieee80211_add_pending_skbs()
|