Searched refs:m_tmp (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/net/classq/ |
| H A D | classq.c | 243 struct mbuf *m, *m_tmp; in _getq_flow_or_scidx() local 245 MBUFQ_FOREACH_SAFE(m, &qmbufq(q), m_tmp) { in _getq_flow_or_scidx() 590 struct mbuf *m, *m_tmp; in _flushq_flow_mbuf() local 595 MBUFQ_FOREACH_SAFE(m, &qmbufq(q), m_tmp) { in _flushq_flow_mbuf()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 2264 struct mbuf *m_tmp = m; in flow_rx_agg_host() local 2267 while (m_tmp != NULL && dbuf_idx < MAX_BUFLET_COUNT) { in flow_rx_agg_host() 2268 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host() 2270 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host() 2271 m_tmp = m_tmp->m_next; in flow_rx_agg_host() 2274 ASSERT(m_tmp == NULL); in flow_rx_agg_host() 2307 struct mbuf *m_tmp = m; in flow_rx_agg_host() local 2309 while (m_tmp != NULL && dbuf_idx < MAX_BUFLET_COUNT) { in flow_rx_agg_host() 2310 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host() 2312 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host() [all …]
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | frag6.c | 235 mbuf_ref_t m, m_tmp; in frag6_icmp6_timeex_error() local 236 MBUFQ_FOREACH_SAFE(m, diq6, m_tmp) { in frag6_icmp6_timeex_error()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | dlil_input.c | 1785 struct mbuf *m = NULL, *m_tmp = NULL; in dlil_trim_overcomitted_queue_locked() local 1806 MBUFQ_FOREACH_SAFE(m, &qmbufq(input_queue), m_tmp) { in dlil_trim_overcomitted_queue_locked()
|