Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/
A Dusb.c463 struct sk_buff *_skb; in _rtl_rx_pre_process() local
472 _skb = skb_dequeue(&rx_queue); in _rtl_rx_pre_process()
473 _rtl_usb_rx_process_agg(hw, _skb); in _rtl_rx_pre_process()
474 ieee80211_rx(hw, _skb); in _rtl_rx_pre_process()
708 struct sk_buff *_skb; in _rtl_usb_cleanup_tx() local
713 while ((_skb = skb_dequeue(&rtlusb->tx_skb_queue[i]))) { in _rtl_usb_cleanup_tx()
714 rtlusb->usb_tx_cleanup(hw, _skb); in _rtl_usb_cleanup_tx()
715 txinfo = IEEE80211_SKB_CB(_skb); in _rtl_usb_cleanup_tx()
718 ieee80211_tx_status_irqsafe(hw, _skb); in _rtl_usb_cleanup_tx()
/drivers/net/ipvlan/
A Dipvlan.h107 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument

Completed in 13 milliseconds