Home
last modified time | relevance | path

Searched refs:csum_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
1496 csum_ok = false; in flow_rx_agg_channel()
1539 csum_ok = copy_pkt_csum_packed(pkt, plen, NULL, in flow_rx_agg_channel()
1542 if (!csum_ok) { in flow_rx_agg_channel()
1613 csum_ok = copy_pkt_csum_packed(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1616 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1639 csum_ok = copy_pkt_csum(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1641 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1707 prev_csum_ok = csum_ok; in flow_rx_agg_channel()
1767 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]