Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1460 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1497 agg_ok = false; in flow_rx_agg_channel()
1530 agg_ok = flow_agg_is_ok(&fa, pkt, fsws); in flow_rx_agg_channel()
1531 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel()
1533 if (agg_ok && sbuf->buf_dlim - sbuf->buf_doff - in flow_rx_agg_channel()
1552 agg_ok = false; in flow_rx_agg_channel()
1610 if (agg_ok) { in flow_rx_agg_channel()
1621 agg_ok = false; in flow_rx_agg_channel()
1647 if (agg_ok) { in flow_rx_agg_channel()
1767 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]