Home
last modified time | relevance | path

Searched refs:mnext (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c105 struct bcma_mport *mport, *mnext; in bcma_free_corecfg() local
108 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) { in bcma_free_corecfg()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched.h159 void dn_free_pkts(struct mbuf *mnext);
H A Dip_dn_io.c297 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument
301 while ((m = mnext) != NULL) { in dn_free_pkts()
302 mnext = m->m_nextpkt; in dn_free_pkts()
/freebsd/sys/netinet/
H A Dip_output.c885 struct mbuf **mnext; in ip_fragment() local
951 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()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c810 struct mbuf **mnext = &m->m_act; in ipf_fastroute() local
843 *mnext = m; in ipf_fastroute()
854 mnext = &m->m_act; in ipf_fastroute()
/freebsd/sys/netinet6/
H A Dip6_output.c235 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local
246 mnext = &m->m_nextpkt; in ip6_fragment()
268 *mnext = m; in ip6_fragment()
269 mnext = &m->m_nextpkt; in ip6_fragment()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c3121 struct mbuf *mnext; in wpi_transmit() local
3135 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()