Searched refs:mnext (Results 1 – 7 of 7) sorted by relevance
1813 struct mbuf *m, *mnext; in purge_flow_set() local1815 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() local1851 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() local2230 mnext = p->head; in dummynet_drain()[all …]
1862 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local1955 *mnext = m; in ip_fragment()1956 mnext = &m->m_nextpkt; in ip_fragment()
114 mnext = mp.m_hdr.mh_next121 mnext = mp.M_hdr_common.M_hdr.mh_next126 if mnext == 0:147 mp = mnext
1590 mnext = mp.m_hdr.mh_next1594 mnext = mp.M_hdr_common.M_hdr.mh_next1608 mp = mnext
1030 mbuf_t m, mnext; in nfsm_adj() local1047 mnext = mbuf_next(m); in nfsm_adj()1048 if (mnext == NULL) { in nfsm_adj()1051 m = mnext; in nfsm_adj()
1838 mbuf_ref_t *mnext = NULL; in ip6_do_fragmentation() local1895 *mnext = new_m; in ip6_do_fragmentation()1902 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
984 mbuf_ref_t mnext; in nd6_service_neighbor_cache() local986 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()991 m = mnext; in nd6_service_neighbor_cache()