Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.c1813 struct mbuf *m, *mnext; in purge_flow_set() local
1815 mnext = q->head; in purge_flow_set()
1816 while ((m = mnext) != NULL) { in purge_flow_set()
1817 mnext = m->m_nextpkt; in purge_flow_set()
1847 struct mbuf *m, *mnext; in purge_pipe() local
1851 mnext = pipe->head; in purge_pipe()
1852 while ((m = mnext) != NULL) { in purge_pipe()
1853 mnext = m->m_nextpkt; in purge_pipe()
2211 struct mbuf *m, *mnext; in dummynet_drain() local
2230 mnext = p->head; in dummynet_drain()
[all …]
H A Dip_output.c1862 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local
1955 *mnext = m; in ip_fragment()
1956 mnext = &m->m_nextpkt; in ip_fragment()
/xnu-11215.1.10/tools/lldbmacros/
H A Dmbufs.py114 mnext = mp.m_hdr.mh_next
121 mnext = mp.M_hdr_common.M_hdr.mh_next
126 if mnext == 0:
147 mp = mnext
H A Dnet.py1590 mnext = mp.m_hdr.mh_next
1594 mnext = mp.M_hdr_common.M_hdr.mh_next
1608 mp = mnext
/xnu-11215.1.10/bsd/nfs/
H A Dnfs_subs.c1030 mbuf_t m, mnext; in nfsm_adj() local
1047 mnext = mbuf_next(m); in nfsm_adj()
1048 if (mnext == NULL) { in nfsm_adj()
1051 m = mnext; in nfsm_adj()
/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c1838 mbuf_ref_t *mnext = NULL; in ip6_do_fragmentation() local
1895 *mnext = new_m; in ip6_do_fragmentation()
1902 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
H A Dnd6.c984 mbuf_ref_t mnext; in nd6_service_neighbor_cache() local
986 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
991 m = mnext; in nd6_service_neighbor_cache()