Searched refs:mnext (Results 1 – 7 of 7) sorted by relevance
159 void dn_free_pkts(struct mbuf *mnext);
301 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument305 while ((m = mnext) != NULL) { in dn_free_pkts()306 mnext = m->m_nextpkt; in dn_free_pkts()
105 struct bcma_mport *mport, *mnext; in bcma_free_corecfg() local108 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) { in bcma_free_corecfg()
886 struct mbuf **mnext; in ip_fragment() local952 mnext = &m0->m_nextpkt; /* pointer to next packet */ in ip_fragment()1023 *mnext = m; in ip_fragment()1024 mnext = &m->m_nextpkt; in ip_fragment()
828 struct mbuf **mnext = &m->m_act; in ipf_fastroute() local861 *mnext = m; in ipf_fastroute()872 mnext = &m->m_act; in ipf_fastroute()
233 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local244 mnext = &m->m_nextpkt; in ip6_fragment()266 *mnext = m; in ip6_fragment()267 mnext = &m->m_nextpkt; in ip6_fragment()
3123 struct mbuf *mnext; in wpi_transmit() local3137 for (mnext = m->m_nextpkt; mnext != NULL; mnext = mnext->m_nextpkt) in wpi_transmit()3150 mnext = m->m_nextpkt; in wpi_transmit()3159 } while((m = mnext) != NULL); in wpi_transmit()