Searched refs:m_nextpkt (Results 1 - 13 of 13) sorted by relevance

/external/qemu/slirp/
H A Dip_output.c125 struct mbuf **mnext = &m->m_nextpkt;
170 mnext = &m->m_nextpkt;
185 m0 = m->m_nextpkt;
186 m->m_nextpkt = NULL;
H A Dmbuf.h51 * m_nextpkt points to the next packet, if fragmented.
97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
H A Dmbuf.c75 m->m_nextpkt = NULL;
/external/qemu/slirp-android/
H A Dip_output.c125 struct mbuf **mnext = &m->m_nextpkt;
170 mnext = &m->m_nextpkt;
185 m0 = m->m_nextpkt;
186 m->m_nextpkt = NULL;
H A Dmbuf.h51 * m_nextpkt points to the next packet, if fragmented.
97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
H A Dmbuf.c75 m->m_nextpkt = NULL;
/external/libppp/src/
H A Dlink.c143 m = m->m_nextpkt;
173 for (m = queue->top; len--; m = m->m_nextpkt)
286 * bp->m_nextpkt.
308 lbp[layer] = bp->m_nextpkt;
309 bp->m_nextpkt = NULL;
318 next = bp->m_nextpkt;
319 bp->m_nextpkt = NULL;
H A Dmbuf.h37 struct mbuf *m_nextpkt; /* link to next packet */ member in struct:mbuf
H A Dmp.c397 next = mp->inbufs->m_nextpkt;
465 last->m_nextpkt = m;
477 last->m_nextpkt = m;
480 m->m_nextpkt = q;
496 next = mp->inbufs->m_nextpkt;
513 next = mp->inbufs->m_nextpkt;
542 mp->inbufs = mp->inbufs->m_nextpkt;
558 (*frag)->m_nextpkt = mp->inbufs;
568 (*frag)->m_nextpkt = NULL;
590 q = q->m_nextpkt;
[all...]
H A Dmbuf.c352 q->top = q->top->m_nextpkt;
360 bp->m_nextpkt = NULL;
371 queue->last->m_nextpkt = bp;
H A Dasync.c211 last = &(*last)->m_nextpkt;
H A Dnat_cmd.c560 last = &bp->m_nextpkt;
569 last = &(*last)->m_nextpkt;
/external/ipsec-tools/src/libipsec/
H A Dkey_debug.c732 printf("mbuf(%p){ m_next:%p m_nextpkt:%p m_data:%p "
734 m, m->m_next, m->m_nextpkt, m->m_data,

Completed in 262 milliseconds