Home
last modified time | relevance | path

Searched refs:csum_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
1654 csum_ok = false; in flow_rx_agg_channel()
1696 csum_ok = copy_pkt_csum_packed(pkt, plen, NULL, in flow_rx_agg_channel()
1699 if (!csum_ok) { in flow_rx_agg_channel()
1773 csum_ok = copy_pkt_csum_packed(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1776 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1799 csum_ok = copy_pkt_csum(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1801 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1858 prev_csum_ok = csum_ok; in flow_rx_agg_channel()
1940 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]