HomeSort by: relevance | last modified time | path
    Searched refs:rx_ringbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-dos.c 63 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool);
64 static int pktq_check (struct rx_ringbuf *q);
65 static int pktq_inc_out (struct rx_ringbuf *q);
66 static int pktq_in_index (struct rx_ringbuf *q) LOCKED_FUNC;
67 static void pktq_clear (struct rx_ringbuf *q) LOCKED_FUNC;
69 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
70 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);
1430 static int pktq_check (struct rx_ringbuf *q)
1453 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool)
1486 static int pktq_inc_out (struct rx_ringbuf *q
    [all...]
pcap-dos.h 121 struct rx_ringbuf { struct

Completed in 27 milliseconds