Home
last modified time | relevance | path

Searched refs:out_index (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/libpcap/
HDpcap-dos.c1407 if (idx != active_dev->queue.out_index) in get_rxbuf()
1459 q->out_index = 0; in pktq_init()
1486 q->out_index++; in pktq_inc_out()
1487 if (q->out_index >= q->num_elem) in pktq_inc_out()
1488 q->out_index = 0; in pktq_inc_out()
1489 return (q->out_index); in pktq_inc_out()
1518 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index)); in pktq_out_elem()
1526 q->in_index = q->out_index; in pktq_clear()
HDpcap-dos.h121 int out_index; /* queue index tail */ member