Searched refs:mnext (Results 1 – 8 of 8) sorted by relevance
1811 struct mbuf *m, *mnext; in purge_flow_set() local1813 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() local1849 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() local2228 mnext = p->head; in dummynet_drain()[all …]
1819 struct mbuf **mnext = &m->m_nextpkt, *m0; in ip_fragment() local1909 *mnext = m; in ip_fragment()1910 mnext = &m->m_nextpkt; in ip_fragment()
112 mnext = mp.m_hdr.mh_next119 mnext = mp.M_hdr_common.M_hdr.mh_next124 if mnext == 0:145 mp = mnext
1593 mnext = mp.m_hdr.mh_next1597 mnext = mp.M_hdr_common.M_hdr.mh_next1611 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()
1817 struct mbuf **mnext = NULL; in ip6_do_fragmentation() local1874 *mnext = new_m; in ip6_do_fragmentation()1881 mnext = &new_m->m_nextpkt; in ip6_do_fragmentation()
979 struct mbuf *mnext; in nd6_service_neighbor_cache() local981 mnext = m->m_nextpkt; in nd6_service_neighbor_cache()986 m = mnext; in nd6_service_neighbor_cache()
9453 struct mbuf **mnext, *mseg;9471 mnext = &(m0->m_nextpkt); /* pointer to next packet */9528 *mnext = m;9529 mnext = &(m->m_nextpkt);