Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/soc/mediatek/
H A Dmtk_wed.h24 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _entry) \ argument
59 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _entry) do { } while (0) argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h903 #define skb_walk_frags(_skb, _frag) \ argument
904 for ((_frag) = (_skb); false; (_frag)++)
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1245 #define IEEE80211_SKB_CB(_skb) \ argument
1246 ((struct ieee80211_tx_info *)((_skb)->cb))
1249 #define IEEE80211_SKB_RXCB(_skb) \ argument
1250 ((struct ieee80211_rx_status *)((_skb)->cb))