Home
last modified time | relevance | path

Searched refs:next_m (Results 1 – 4 of 4) sorted by relevance

/external/qemu/slirp/
Dif.c14 struct mbuf *next_m; /* Pointer to next mbuf to output */ variable
40 next_m = &if_batchq; in if_init()
263 if (next_m != &if_batchq) in if_start()
264 ifm = next_m; in if_start()
269 next_m = ifm->ifq_next; in if_start()
Dif.h39 extern struct mbuf *next_m;
/external/qemu/slirp-android/
Dif.c14 struct mbuf *next_m; /* Pointer to next mbuf to output */ variable
40 next_m = &if_batchq; in if_init()
263 if (next_m != &if_batchq) in if_start()
264 ifm = next_m; in if_start()
269 next_m = ifm->ifq_next; in if_start()
Dif.h39 extern struct mbuf *next_m;