Searched refs:mnext (Results 1 – 5 of 5) sorted by relevance
159 void dn_free_pkts(struct mbuf *mnext);
315 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument319 while ((m = mnext) != NULL) { in dn_free_pkts()320 mnext = m->m_nextpkt; in dn_free_pkts()
883 struct mbuf **mnext; in ip_fragment() local963 mnext = &m0->m_nextpkt; /* pointer to next packet */ in ip_fragment()1034 *mnext = m; in ip_fragment()1035 mnext = &m->m_nextpkt; in ip_fragment()
856 struct mbuf **mnext = &m->m_act; local889 *mnext = m;900 mnext = &m->m_act;
257 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local268 mnext = &m->m_nextpkt; in ip6_fragment()290 *mnext = m; in ip6_fragment()291 mnext = &m->m_nextpkt; in ip6_fragment()