Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1478 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1515 agg_ok = false; in flow_rx_agg_channel()
1548 agg_ok = flow_agg_is_ok(&fa, pkt, fsws); in flow_rx_agg_channel()
1549 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel()
1551 if (agg_ok && sbuf->buf_dlim - sbuf->buf_doff - in flow_rx_agg_channel()
1570 agg_ok = false; in flow_rx_agg_channel()
1628 if (agg_ok) { in flow_rx_agg_channel()
1639 agg_ok = false; in flow_rx_agg_channel()
1665 if (agg_ok) { in flow_rx_agg_channel()
1793 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]