Searched refs:mnext (Results 1 – 7 of 7) sorted by relevance
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()
159 void dn_free_pkts(struct mbuf *mnext);
297 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument301 while ((m = mnext) != NULL) { in dn_free_pkts()302 mnext = m->m_nextpkt; in dn_free_pkts()
885 struct mbuf **mnext; in ip_fragment() local951 mnext = &m0->m_nextpkt; /* pointer to next packet */ in ip_fragment()1022 *mnext = m; in ip_fragment()1023 mnext = &m->m_nextpkt; in ip_fragment()
810 struct mbuf **mnext = &m->m_act; in ipf_fastroute() local843 *mnext = m; in ipf_fastroute()854 mnext = &m->m_act; in ipf_fastroute()
235 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local246 mnext = &m->m_nextpkt; in ip6_fragment()268 *mnext = m; in ip6_fragment()269 mnext = &m->m_nextpkt; in ip6_fragment()
3121 struct mbuf *mnext; in wpi_transmit() local3135 for (mnext = m->m_nextpkt; mnext != NULL; mnext = mnext->m_nextpkt) in wpi_transmit()3148 mnext = m->m_nextpkt; in wpi_transmit()3157 } while((m = mnext) != NULL); in wpi_transmit()