HomeSort by relevance Sort by last modified time
    Searched refs:dev_kfree_skb (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c 100 dev_kfree_skb(skb);
WlanDrvIf.c 191 dev_kfree_skb((struct sk_buff *)pPktCtrlBlk->tTxPktParams.pInputPkt);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h 122 #define WbufFree(hOs, pWbuf) ( dev_kfree_skb((struct sk_buff *)pWbuf) )
  /external/kernel-headers/original/linux/
skbuff.h 365 #define dev_kfree_skb(a) kfree_skb(a) macro
    [all...]

Completed in 50 milliseconds