HomeSort by relevance Sort by last modified time
    Searched refs:m_nextpkt (Results 1 - 13 of 13) sorted by null

  /external/qemu/slirp/
ip_output.c 125 struct mbuf **mnext = &m->m_nextpkt;
170 mnext = &m->m_nextpkt;
185 m0 = m->m_nextpkt;
186 m->m_nextpkt = NULL;
mbuf.h 51 * m_nextpkt points to the next packet, if fragmented.
97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
mbuf.c 75 m->m_nextpkt = NULL;
  /external/qemu/slirp-android/
ip_output.c 125 struct mbuf **mnext = &m->m_nextpkt;
170 mnext = &m->m_nextpkt;
185 m0 = m->m_nextpkt;
186 m->m_nextpkt = NULL;
mbuf.h 51 * m_nextpkt points to the next packet, if fragmented.
97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
mbuf.c 75 m->m_nextpkt = NULL;
  /external/libppp/src/
link.c 143 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;
mbuf.h 37 struct mbuf *m_nextpkt; /* link to next packet */ member in struct:mbuf
mp.c 397 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...]
mbuf.c 352 q->top = q->top->m_nextpkt;
360 bp->m_nextpkt = NULL;
371 queue->last->m_nextpkt = bp;
async.c 211 last = &(*last)->m_nextpkt;
nat_cmd.c 560 last = &bp->m_nextpkt;
569 last = &(*last)->m_nextpkt;
  /external/ipsec-tools/src/libipsec/
key_debug.c 732 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 188 milliseconds