Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1594 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1658 agg_ok = false; in flow_rx_agg_channel()
1690 agg_ok = flow_agg_is_ok(&fa, pkt, fsws); in flow_rx_agg_channel()
1691 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel()
1693 if (agg_ok && sbuf->buf_dlim - sbuf->buf_doff - in flow_rx_agg_channel()
1712 agg_ok = false; in flow_rx_agg_channel()
1773 if (agg_ok) { in flow_rx_agg_channel()
1784 agg_ok = false; in flow_rx_agg_channel()
1810 if (agg_ok) { in flow_rx_agg_channel()
1918 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]