Searched refs:m_tmp (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/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-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 2263 struct mbuf *m_tmp = m; in flow_rx_agg_host() local 2266 while (m_tmp != NULL && dbuf_idx < MAX_BUFLET_COUNT) { in flow_rx_agg_host() 2267 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host() 2269 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host() 2270 m_tmp = m_tmp->m_next; in flow_rx_agg_host() 2273 ASSERT(m_tmp == NULL); in flow_rx_agg_host() 2306 struct mbuf *m_tmp = m; in flow_rx_agg_host() local 2309 dbuf_array.dba_mbuf[dbuf_idx] = m_tmp; in flow_rx_agg_host() 2311 m_chain_max_len += (uint32_t)M_TRAILINGSPACE(m_tmp); in flow_rx_agg_host() 2312 m_tmp = m_tmp->m_next; in flow_rx_agg_host() [all …]
|
| /xnu-11215/bsd/netinet6/ |
| H A D | frag6.c | 233 mbuf_ref_t m, m_tmp; in frag6_icmp6_timeex_error() local 234 MBUFQ_FOREACH_SAFE(m, diq6, m_tmp) { in frag6_icmp6_timeex_error()
|
| /xnu-11215/bsd/net/ |
| H A D | dlil.c | 3777 struct mbuf *m = NULL, *m_tmp = NULL; in dlil_trim_overcomitted_queue_locked() local 3798 MBUFQ_FOREACH_SAFE(m, &qmbufq(input_queue), m_tmp) { in dlil_trim_overcomitted_queue_locked()
|