Home | History | Annotate | Download | only in libpcap

Lines Matching refs:rx_ringbuf

62   static int  pktq_init     (struct rx_ringbuf *q, int size, int num, char *pool);
63 static int pktq_check (struct rx_ringbuf *q);
64 static int pktq_inc_out (struct rx_ringbuf *q);
65 static int pktq_in_index (struct rx_ringbuf *q) LOCKED_FUNC;
66 static void pktq_clear (struct rx_ringbuf *q) LOCKED_FUNC;
68 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
69 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);
1360 static int pktq_check (struct rx_ringbuf *q)
1383 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool)
1416 static int pktq_inc_out (struct rx_ringbuf *q)
1428 static int pktq_in_index (struct rx_ringbuf *q)
1440 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q)
1448 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q)
1456 static void pktq_clear (struct rx_ringbuf *q)