Home
last modified time | relevance | path

Searched refs:rtw_skb_copy (Results 1 – 6 of 6) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h216 #define rtw_skb_copy(skb) dbg_rtw_skb_copy((skb), MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) macro
293 #define rtw_skb_copy(skb) _rtw_skb_copy((skb)) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/
Drtl8822cs_recv.c194 copypkt = rtw_skb_copy(recvframe->u.hdr.pkt);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Drecv_linux.c29 pkt_copy = rtw_skb_copy(pskb); in rtw_os_recvframe_duplicate_skb()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh_pathtbl.c205 skb = rtw_skb_copy(fskb); in rtw_mesh_path_move_to_queue()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c1096 return rtw_skb_copy(pkt); in rtw_os_pkt_copy()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_xmit.c4696 newskb = rtw_skb_copy(skb); in rtw_br_client_tx()