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);
273 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument277 while ((m = mnext) != NULL) { in dn_free_pkts()278 mnext = m->m_nextpkt; in dn_free_pkts()
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()
232 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local243 mnext = &m->m_nextpkt; in ip6_fragment()265 *mnext = m; in ip6_fragment()266 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()