Searched refs:rx_elem (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c66 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
67 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);
1334 struct rx_elem *tail, *head;
1360 struct rx_elem *tail = pktq_out_elem (&active_dev->queue);
1395 struct rx_elem *head = pktq_in_elem (&active_dev->queue);
1447 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD));
1454 struct rx_elem *elem = (struct rx_elem*) pool;
1494 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q)
1496 return (struct rx_elem*) (
[all...]
H A Dpcap-dos.h127 struct rx_elem { struct

Completed in 117 milliseconds