Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.c1939 struct mbuf *m, *mnext; in purge_flow_set() local
1941 mnext = q->head; in purge_flow_set()
1942 while ((m = mnext) != NULL) { in purge_flow_set()
1943 mnext = m->m_nextpkt; in purge_flow_set()
1980 struct mbuf *m, *mnext; in purge_pipe() local
1984 mnext = pipe->head; in purge_pipe()
1985 while ((m = mnext) != NULL) { in purge_pipe()
1986 mnext = m->m_nextpkt; in purge_pipe()
2347 struct mbuf *m, *mnext; in dummynet_drain() local
2366 mnext = p->head; in dummynet_drain()
[all …]
H A Dip_output.c1892 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local
1985 *mnext = m; in ip_fragment()
1986 mnext = &m->m_nextpkt; in ip_fragment()
/xnu-12377.61.12/tools/lldbmacros/
H A Dmbufs.py113 mnext = mp.m_hdr.mh_next
120 mnext = mp.M_hdr_common.M_hdr.mh_next
125 if mnext == 0:
146 mp = mnext
H A Dnet.py1548 mnext = mp.m_hdr.mh_next
1552 mnext = mp.M_hdr_common.M_hdr.mh_next
1566 mp = mnext
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c1031 mbuf_t m, mnext; in nfsm_adj() local
1048 mnext = mbuf_next(m); in nfsm_adj()
1049 if (mnext == NULL) { in nfsm_adj()
1052 m = mnext; in nfsm_adj()
/xnu-12377.61.12/bsd/netinet6/
H A Dip6_output.c1870 mbuf_ref_t *mnext = NULL; in ip6_do_fragmentation() local
1928 *mnext = new_m; in ip6_do_fragmentation()
1935 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
H A Dnd6.c991 mbuf_ref_t mnext; in nd6_service_neighbor_cache() local
993 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
998 m = mnext; in nd6_service_neighbor_cache()