Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1591 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1655 agg_ok = false; in flow_rx_agg_channel()
1687 agg_ok = flow_agg_is_ok(&fa, pkt, fsws); in flow_rx_agg_channel()
1688 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel()
1690 if (agg_ok && sbuf->buf_dlim - sbuf->buf_doff - in flow_rx_agg_channel()
1709 agg_ok = false; in flow_rx_agg_channel()
1770 if (agg_ok) { in flow_rx_agg_channel()
1781 agg_ok = false; in flow_rx_agg_channel()
1807 if (agg_ok) { in flow_rx_agg_channel()
1940 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]