Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:mbuf

12 struct  mbuf if_fastq;                  /* fast queue (for interactive data) */
13 struct mbuf if_batchq; /* queue for non-interactive data */
14 struct mbuf *next_m; /* Pointer to next mbuf to output */
19 ifs_insque(struct mbuf *ifm, struct mbuf *ifmhead)
28 ifs_remque(struct mbuf *ifm)
136 if_output(struct socket *so, struct mbuf *ifm)
138 struct mbuf *ifq;
146 * First remove the mbuf from m_usedlist,
243 struct mbuf *ifm, *ifqt;