Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1646 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_channel() local
1709 csum_ok = false; in flow_rx_agg_channel()
1752 csum_ok = copy_pkt_csum_packed(pkt, plen, NULL, in flow_rx_agg_channel()
1755 if (!csum_ok) { in flow_rx_agg_channel()
1835 csum_ok = copy_pkt_csum_packed(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1838 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1861 csum_ok = copy_pkt_csum(pkt, plen, &dbuf_array, in flow_rx_agg_channel()
1863 if (__improbable(!csum_ok)) { in flow_rx_agg_channel()
1921 prev_csum_ok = csum_ok; in flow_rx_agg_channel()
2007 bool prev_csum_ok = false, csum_ok, agg_ok; in flow_rx_agg_host() local
[all …]