Home
last modified time | relevance | path

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

/xnu-12377.61.12/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
1707 csum_ok = false; in flow_rx_agg_channel()
1750 csum_ok = copy_pkt_csum_packed(pkt, plen, NULL, in flow_rx_agg_channel()
1753 if (!csum_ok) { in flow_rx_agg_channel()
1833 csum_ok = copy_pkt_csum_packed(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1836 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1859 csum_ok = copy_pkt_csum(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1861 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1919 prev_csum_ok = csum_ok; in flow_rx_agg_channel()
2005 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]