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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dos.c1344 if (idx != active_dev->queue.out_index)
1396 q->out_index = 0;
1418 * Increment the queue 'out_index' (tail).
1423 q->out_index++;
1424 if (q->out_index >= q->num_elem)
1425 q->out_index = 0;
1426 return (q->out_index);
1455 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index));
1463 q->in_index = q->out_index;
H A Dpcap-dos.h123 int out_index; /* queue index tail */ member in struct:rx_ringbuf

Completed in 54 milliseconds