Home
last modified time | relevance | path

Searched refs:is_mbuf (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c257 _mbuf_agg_log(struct mbuf *m, struct proc *p, bool is_mbuf) in _mbuf_agg_log() argument
260 (is_mbuf ? SK_VERB_COPY_MBUF : SK_VERB_COPY))); in _mbuf_agg_log()
284 _mchain_agg_log(struct mbuf *m, struct proc *p, bool is_mbuf) in _mchain_agg_log() argument
287 (is_mbuf ? SK_VERB_COPY_MBUF : SK_VERB_COPY))); in _mchain_agg_log()
1609 struct pktq *rx_pkts, uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_channel() argument
1701 ASSERT(is_mbuf == !!(PKT_IS_MBUF(pkt))); in flow_rx_agg_channel()
1730 if (is_mbuf) { /* compat */ in flow_rx_agg_channel()
1940 if (__improbable(is_mbuf)) { in flow_rx_agg_channel()
1983 struct pktq *rx_pkts, uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_host() argument
2026 if (__probable(!is_mbuf)) { in flow_rx_agg_host()
[all …]