Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c1813 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local
1903 *mnext = m; in ip_fragment()
1904 mnext = &m->m_nextpkt; in ip_fragment()
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_subs.c1065 mbuf_t m, mnext; in nfsm_adj() local
1082 mnext = mbuf_next(m); in nfsm_adj()
1083 if (mnext == NULL) { in nfsm_adj()
1086 m = mnext; in nfsm_adj()
/xnu-8796.141.3/bsd/netinet6/
H A Dip6_output.c1815 struct mbuf **mnext = NULL; in ip6_do_fragmentation() local
1872 *mnext = new_m; in ip6_do_fragmentation()
1879 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
H A Dnd6.c977 struct mbuf *mnext; in nd6_service_neighbor_cache() local
979 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
984 m = mnext; in nd6_service_neighbor_cache()
/xnu-8796.141.3/bsd/net/
H A Dif_bridge.c9310 struct mbuf **mnext, *mseg;
9328 mnext = &(m0->m_nextpkt); /* pointer to next packet */
9385 *mnext = m;
9386 mnext = &(m->m_nextpkt);