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

  /external/libpcap/
pcap-dos.c 60 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool);
829 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool);
1421 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool) function
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 328 #define pktqinit(pq, len) pktq_init(((struct pktq *)(void *)pq), 1, len)
330 extern void pktq_init(struct pktq *pq, int num_prec, int max_len);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 473 pktq_init(struct pktq *pq, int num_prec, int max_len) function
    [all...]

Completed in 135 milliseconds