Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_dummynet.c1807 struct mbuf *m, *mnext; in purge_flow_set() local
1809 mnext = q->head; in purge_flow_set()
1810 while ((m = mnext) != NULL) { in purge_flow_set()
1811 mnext = m->m_nextpkt; in purge_flow_set()
1841 struct mbuf *m, *mnext; in purge_pipe() local
1845 mnext = pipe->head; in purge_pipe()
1846 while ((m = mnext) != NULL) { in purge_pipe()
1847 mnext = m->m_nextpkt; in purge_pipe()
2205 struct mbuf *m, *mnext; in dummynet_drain() local
2224 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-8792.41.9/bsd/nfs/
H A Dnfs_subs.c1063 mbuf_t m, mnext; in nfsm_adj() local
1080 mnext = mbuf_next(m); in nfsm_adj()
1081 if (mnext == NULL) { in nfsm_adj()
1084 m = mnext; in nfsm_adj()
/xnu-8792.41.9/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.c978 struct mbuf *mnext; in nd6_service_neighbor_cache() local
980 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
985 m = mnext; in nd6_service_neighbor_cache()
/xnu-8792.41.9/bsd/net/
H A Dif_bridge.c9228 struct mbuf **mnext, *mseg;
9246 mnext = &(m0->m_nextpkt); /* pointer to next packet */
9303 *mnext = m;
9304 mnext = &(m->m_nextpkt);