Searched refs:m_tmp (Results 1 – 3 of 3) sorted by relevance
243 struct mbuf *m, *m_tmp; in _getq_flow_or_scidx() local245 MBUFQ_FOREACH_SAFE(m, &qmbufq(q), m_tmp) { in _getq_flow_or_scidx()590 struct mbuf *m, *m_tmp; in _flushq_flow_mbuf() local595 MBUFQ_FOREACH_SAFE(m, &qmbufq(q), m_tmp) { in _flushq_flow_mbuf()
2162 struct mbuf *m_tmp = m; in flow_rx_agg_host() local2165 while (m_tmp != NULL && dbuf_idx < MAX_BUFLET_COUNT) { in flow_rx_agg_host()2166 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host()2168 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host()2169 m_tmp = m_tmp->m_next; in flow_rx_agg_host()2172 ASSERT(m_tmp == NULL); in flow_rx_agg_host()2205 struct mbuf *m_tmp = m; in flow_rx_agg_host() local2207 while (m_tmp != NULL && dbuf_idx < MAX_BUFLET_COUNT) { in flow_rx_agg_host()2208 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host()2210 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host()[all …]
238 struct mbuf *m, *m_tmp; in frag6_icmp6_timeex_error() local239 MBUFQ_FOREACH_SAFE(m, diq6, m_tmp) { in frag6_icmp6_timeex_error()