Home
last modified time | relevance | path

Searched defs:oal_netbuf_pull (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_netbuf.h164 #define oal_netbuf_pull(nb, len) NetBufPush(nb, E_HEAD_BUF, len) macro
223 #define oal_netbuf_pull(nb, len) skb_pull(nb, len) macro
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/
Doal_netbuf_ext.h142 static inline td_u8* oal_netbuf_pull(oal_netbuf_stru *netbuf, td_u32 len) in oal_netbuf_pull() function