Searched refs:if_batchq (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dif.c13 struct mbuf if_batchq; /* queue for non-interactive data */ variable in typeref:struct:mbuf
38 if_batchq.ifq_next = if_batchq.ifq_prev = &if_batchq;
40 next_m = &if_batchq;
124 * There are 2 output queue's, if_fastq and if_batchq.
162 for (ifq = if_batchq.ifq_prev; ifq != &if_batchq; ifq = ifq->ifq_prev) {
185 ifq = if_batchq.ifq_prev;
213 insque(ifm->ifs_next, &if_batchq);
[all...]
H A Dif.h38 extern struct mbuf if_batchq; /* queue for non-interactive data */
/external/qemu/slirp-android/
H A Dif.c13 struct mbuf if_batchq; /* queue for non-interactive data */ variable in typeref:struct:mbuf
38 if_batchq.ifq_next = if_batchq.ifq_prev = &if_batchq;
40 next_m = &if_batchq;
124 * There are 2 output queue's, if_fastq and if_batchq.
162 for (ifq = if_batchq.ifq_prev; ifq != &if_batchq; ifq = ifq->ifq_prev) {
185 ifq = if_batchq.ifq_prev;
213 insque(ifm->ifs_next, &if_batchq);
[all...]
H A Dif.h38 extern struct mbuf if_batchq; /* queue for non-interactive data */

Completed in 78 milliseconds