Searched refs:smbufs (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1941 uint16_t smbufs = 0, smbuf_finalized = 0; in flow_rx_agg_host() local 2375 smbufs++; in flow_rx_agg_host() 2418 if (smbufs > 0) { in flow_rx_agg_host() 2421 SK_DF(logflags, "smbuf count %u", smbufs); in flow_rx_agg_host() 2430 if (smbuf_finalized < smbufs && in flow_rx_agg_host() 2440 fsw_host_sendup(fsw->fsw_ifp, m_chain, smbuf, smbufs, bytes); in flow_rx_agg_host() 2443 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2MBUF, smbufs); in flow_rx_agg_host() 2445 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2MBUF, smbufs); in flow_rx_agg_host() 2447 FLOW_STATS_IN_ADD(fe, spackets, smbufs); in flow_rx_agg_host()
|