HomeSort by relevance Sort by last modified time
    Searched full:next_m (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
if.c 14 struct mbuf *next_m; /* Pointer to next mbuf to output */ variable in typeref:struct:mbuf
40 next_m = &if_batchq;
262 /* Nothing on fastq, see if next_m is valid */
263 if (next_m != &if_batchq)
264 ifm = next_m;
269 next_m = ifm->ifq_next;
if.h 39 extern struct mbuf *next_m;
  /external/qemu/slirp-android/
if.c 14 struct mbuf *next_m; /* Pointer to next mbuf to output */ variable in typeref:struct:mbuf
40 next_m = &if_batchq;
262 /* Nothing on fastq, see if next_m is valid */
263 if (next_m != &if_batchq)
264 ifm = next_m;
269 next_m = ifm->ifq_next;
if.h 39 extern struct mbuf *next_m;

Completed in 564 milliseconds