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

  /hardware/broadcom/wlan/bcm4329/src/include/
linux_osl.h 76 bool pkttag; member in struct:__anon9571
84 extern osl_t *osl_attach(void *pdev, uint bustype, bool pkttag);
250 #define PKTTAG(skb) ((void*)(((struct sk_buff*)(skb))->cb))
273 if (osh->pkttag)
291 if (osh->pkttag)
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 151 osl_attach(void *pdev, uint bustype, bool pkttag)
170 osh->pub.pkttag = pkttag;
616 if (osh->pub.pkttag)

Completed in 82 milliseconds