Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched.h159 void dn_free_pkts(struct mbuf *mnext);
H A Dip_dn_io.c315 void dn_free_pkts(struct mbuf *mnext) in dn_free_pkts() argument
319 while ((m = mnext) != NULL) { in dn_free_pkts()
320 mnext = m->m_nextpkt; in dn_free_pkts()
/f-stack/freebsd/netinet/
H A Dip_output.c883 struct mbuf **mnext; in ip_fragment() local
963 mnext = &m0->m_nextpkt; /* pointer to next packet */ in ip_fragment()
1034 *mnext = m; in ip_fragment()
1035 mnext = &m->m_nextpkt; in ip_fragment()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c856 struct mbuf **mnext = &m->m_act; local
889 *mnext = m;
900 mnext = &m->m_act;
/f-stack/freebsd/netinet6/
H A Dip6_output.c257 struct mbuf *m, **mnext, *m_frgpart; in ip6_fragment() local
268 mnext = &m->m_nextpkt; in ip6_fragment()
290 *mnext = m; in ip6_fragment()
291 mnext = &m->m_nextpkt; in ip6_fragment()