HomeSort by relevance Sort by last modified time
    Searched defs:next_m (Results 1 - 2 of 2) 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;