Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1644 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1708 agg_ok = false; in flow_rx_agg_channel()
1741 agg_ok = flow_agg_is_ok(&fa, pkt, fsws); in flow_rx_agg_channel()
1742 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel()
1744 if (agg_ok && sbuf->buf_dlim - sbuf->buf_doff - in flow_rx_agg_channel()
1763 agg_ok = false; in flow_rx_agg_channel()
1830 if (agg_ok) { in flow_rx_agg_channel()
1841 agg_ok = false; in flow_rx_agg_channel()
1867 if (agg_ok) { in flow_rx_agg_channel()
2004 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]