Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c1339 if (idx != active_dev->queue.out_index) in get_rxbuf()
1391 q->out_index = 0; in pktq_init()
1418 q->out_index++; in pktq_inc_out()
1419 if (q->out_index >= q->num_elem) in pktq_inc_out()
1420 q->out_index = 0; in pktq_inc_out()
1421 return (q->out_index); in pktq_inc_out()
1450 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index)); in pktq_out_elem()
1458 q->in_index = q->out_index; in pktq_clear()
Dpcap-dos.h123 int out_index; /* queue index tail */ member