Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/
H A Ddn_sched.h159 void dn_free_pkts(struct mbuf *mnext);
H A Dip_dn_io.c301 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument
305 while ((m = mnext) != NULL) { in dn_free_pkts()
306 mnext = m->m_nextpkt; in dn_free_pkts()
/src/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()
/src/sys/netinet/
H A Dip_output.c886 struct mbuf **mnext; in ip_fragment() local
952 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()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c828 struct mbuf **mnext = &m->m_act; in ipf_fastroute() local
861 *mnext = m; in ipf_fastroute()
872 mnext = &m->m_act; in ipf_fastroute()
/src/sys/netinet6/
H A Dip6_output.c233 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local
244 mnext = &m->m_nextpkt; in ip6_fragment()
266 *mnext = m; in ip6_fragment()
267 mnext = &m->m_nextpkt; in ip6_fragment()
/src/sys/dev/wpi/
H A Dif_wpi.c3123 struct mbuf *mnext; in wpi_transmit() local
3137 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()