Searched refs:smbufs (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 2005 uint16_t smbufs = 0, smbuf_finalized = 0; in flow_rx_agg_host() local 2442 smbufs++; in flow_rx_agg_host() 2482 if (smbufs > 0) { in flow_rx_agg_host() 2485 SK_DF(logflags, "smbuf count %u", smbufs); in flow_rx_agg_host() 2494 if (smbuf_finalized < smbufs && in flow_rx_agg_host() 2504 fsw_host_sendup(fsw->fsw_ifp, m_chain, smbuf, smbufs, bytes); in flow_rx_agg_host() 2507 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2MBUF, smbufs); in flow_rx_agg_host() 2509 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2MBUF, smbufs); in flow_rx_agg_host() 2511 FLOW_STATS_IN_ADD(fe, spackets, smbufs); in flow_rx_agg_host()
|