Searched refs:PKTLINK (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c113 ASSERT(PKTLINK(p) == NULL); /* queueing chains not allowed */
142 ASSERT(PKTLINK(p) == NULL); /* queueing chains not allowed */
177 if ((q->head = PKTLINK(p)) == NULL)
202 for (prev = NULL; p != q->tail; p = PKTLINK(p))
227 q->head = PKTLINK(p);
252 if ((q->head = PKTLINK(pktbuf)) == NULL)
255 for (p = q->head; p && PKTLINK(p) != pktbuf; p = PKTLINK(p))
260 PKTSETLINK(p, PKTLINK(pktbuf));
322 if ((q->head = PKTLINK(
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dmin_osl.h126 #define PKTLINK(lb) ((void *)NULL) macro
H A Dcfe_osl.h201 #define PKTLINK(lb) (((struct lbuf*)(lb))->link) macro
H A Dlinux_osl.h369 #define PKTLINK(skb) (((struct sk_buff*)(skb))->prev) macro
478 #define PKTLINK(skb) osl_pktlink((skb)) macro

Completed in 94 milliseconds