Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.c1811 struct mbuf *m, *mnext; in purge_flow_set() local
1813 mnext = q->head; in purge_flow_set()
1814 while ((m = mnext) != NULL) { in purge_flow_set()
1815 mnext = m->m_nextpkt; in purge_flow_set()
1845 struct mbuf *m, *mnext; in purge_pipe() local
1849 mnext = pipe->head; in purge_pipe()
1850 while ((m = mnext) != NULL) { in purge_pipe()
1851 mnext = m->m_nextpkt; in purge_pipe()
2209 struct mbuf *m, *mnext; in dummynet_drain() local
2228 mnext = p->head; in dummynet_drain()
[all …]
H A Dip_output.c1819 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local
1909 *mnext = m; in ip_fragment()
1910 mnext = &m->m_nextpkt; in ip_fragment()
/xnu-10063.101.15/tools/lldbmacros/
H A Dmbufs.py112 mnext = mp.m_hdr.mh_next
119 mnext = mp.M_hdr_common.M_hdr.mh_next
124 if mnext == 0:
145 mp = mnext
H A Dnet.py1593 mnext = mp.m_hdr.mh_next
1597 mnext = mp.M_hdr_common.M_hdr.mh_next
1611 mp = mnext
/xnu-10063.101.15/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-10063.101.15/bsd/netinet6/
H A Dip6_output.c1817 struct mbuf **mnext = NULL; in ip6_do_fragmentation() local
1874 *mnext = new_m; in ip6_do_fragmentation()
1881 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
H A Dnd6.c979 struct mbuf *mnext; in nd6_service_neighbor_cache() local
981 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()
986 m = mnext; in nd6_service_neighbor_cache()
/xnu-10063.101.15/bsd/net/
H A Dif_bridge.c9453 struct mbuf **mnext, *mseg;
9471 mnext = &(m0->m_nextpkt); /* pointer to next packet */
9528 *mnext = m;
9529 mnext = &(m->m_nextpkt);