Searched refs:mnext (Results 1 – 7 of 7) sorted by relevance
1939 struct mbuf *m, *mnext; in purge_flow_set() local1941 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() local1984 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() local2366 mnext = p->head; in dummynet_drain()[all …]
1892 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local1985 *mnext = m; in ip_fragment()1986 mnext = &m->m_nextpkt; in ip_fragment()
113 mnext = mp.m_hdr.mh_next120 mnext = mp.M_hdr_common.M_hdr.mh_next125 if mnext == 0:146 mp = mnext
1548 mnext = mp.m_hdr.mh_next1552 mnext = mp.M_hdr_common.M_hdr.mh_next1566 mp = mnext
1031 mbuf_t m, mnext; in nfsm_adj() local1048 mnext = mbuf_next(m); in nfsm_adj()1049 if (mnext == NULL) { in nfsm_adj()1052 m = mnext; in nfsm_adj()
1870 mbuf_ref_t *mnext = NULL; in ip6_do_fragmentation() local1928 *mnext = new_m; in ip6_do_fragmentation()1935 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
991 mbuf_ref_t mnext; in nd6_service_neighbor_cache() local993 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()998 m = mnext; in nd6_service_neighbor_cache()