Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c1810 struct mbuf *m, *mnext; in purge_flow_set() local
1812 mnext = q->head; in purge_flow_set()
1813 while ((m = mnext) != NULL) { in purge_flow_set()
1814 mnext = m->m_nextpkt; in purge_flow_set()
1846 struct mbuf *m, *mnext; in purge_pipe() local
1850 mnext = pipe->head; in purge_pipe()
1851 while ((m = mnext) != NULL) { in purge_pipe()
1852 mnext = m->m_nextpkt; in purge_pipe()
2192 struct mbuf *m, *mnext; in dummynet_drain() local
2211 mnext = p->head; in dummynet_drain()
[all …]
H A Dip_output.c1804 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local
1894 *mnext = m; in ip_fragment()
1895 mnext = &m->m_nextpkt; in ip_fragment()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c2528 mbuf_t m, mnext; in nfsm_adj() local
2545 mnext = mbuf_next(m); in nfsm_adj()
2546 if (mnext == NULL) { in nfsm_adj()
2549 m = mnext; in nfsm_adj()
/xnu-8019.80.24/bsd/netinet6/
H A Dip6_output.c1819 struct mbuf **mnext = NULL; in ip6_do_fragmentation() local
1876 *mnext = new_m; in ip6_do_fragmentation()
1883 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
H A Dnd6.c969 struct mbuf *mnext; in nd6_service_neighbor_cache() local
971 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
976 m = mnext; in nd6_service_neighbor_cache()
/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c8989 struct mbuf **mnext, *mseg;
9007 mnext = &(m0->m_nextpkt); /* pointer to next packet */
9064 *mnext = m;
9065 mnext = &(m->m_nextpkt);