HomeSort by relevance Sort by last modified time
    Searched defs:if_batchq (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
if.c 13 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...]
  /external/qemu/slirp-android/
if.c 13 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...]

Completed in 445 milliseconds