Searched refs:csum_ok (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1594 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local 1657 csum_ok = false; in flow_rx_agg_channel() 1699 csum_ok = copy_pkt_csum_packed(pkt, plen, NULL, in flow_rx_agg_channel() 1702 if (!csum_ok) { in flow_rx_agg_channel() 1776 csum_ok = copy_pkt_csum_packed(pkt, plen, &dbuf_array, in flow_rx_agg_channel() 1779 if (__improbable(!csum_ok)) { in flow_rx_agg_channel() 1802 csum_ok = copy_pkt_csum(pkt, plen, &dbuf_array, in flow_rx_agg_channel() 1804 if (__improbable(!csum_ok)) { in flow_rx_agg_channel() 1860 prev_csum_ok = csum_ok; in flow_rx_agg_channel() 1918 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local [all …]
|