Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dcpu_in_cksum_gen.c227 boolean_t needs_swap, started_on_odd; in os_cpu_in_cksum_mbuf() local
233 started_on_odd = FALSE; in os_cpu_in_cksum_mbuf()
273 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
282 needs_swap = started_on_odd; in os_cpu_in_cksum_mbuf()
351 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
378 boolean_t needs_swap, started_on_odd; in os_cpu_in_cksum_mbuf() local
384 started_on_odd = FALSE; in os_cpu_in_cksum_mbuf()
424 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
433 needs_swap = started_on_odd; in os_cpu_in_cksum_mbuf()
515 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
H A Din_cksum.c336 boolean_t needs_swap, started_on_odd; in in_cksum_mbuf_ref() local
342 started_on_odd = FALSE; in in_cksum_mbuf_ref()
382 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref()
391 needs_swap = started_on_odd; in in_cksum_mbuf_ref()
460 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref()
487 boolean_t needs_swap, started_on_odd; in in_cksum_mbuf_ref() local
493 started_on_odd = FALSE; in in_cksum_mbuf_ref()
533 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref()
542 needs_swap = started_on_odd; in in_cksum_mbuf_ref()
624 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref()
/xnu-11215.1.10/tests/skywalk/
H A Dskt_copy_cksum.c87 boolean_t needs_swap, started_on_odd = FALSE; in m_copydata_sum() local
115 started_on_odd = *odd_start; in m_copydata_sum()
141 started_on_odd = !started_on_odd; in m_copydata_sum()
152 needs_swap = started_on_odd; in m_copydata_sum()
181 started_on_odd = !started_on_odd; in m_copydata_sum()
197 *odd_start = started_on_odd; in m_copydata_sum()
219 boolean_t needs_swap, started_on_odd; in reference_cksum_mbuf() local
222 started_on_odd = FALSE; in reference_cksum_mbuf()
260 started_on_odd = !started_on_odd; in reference_cksum_mbuf()
269 needs_swap = started_on_odd; in reference_cksum_mbuf()
[all …]
/xnu-11215.1.10/bsd/dev/arm64/
H A Dcpu_in_cksum.s102 #define started_on_odd x5 macro
117 mov started_on_odd, #0 // started_on_odd = FALSE;
199 eor started_on_odd, started_on_odd, #1
215 mov needs_swap, started_on_odd
387 eor started_on_odd, started_on_odd, #1
/xnu-11215.1.10/bsd/skywalk/packet/
H A Dpacket_copy.c221 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copyaddr_sum() local
230 started_on_odd = *odd_start; in _pkt_copyaddr_sum()
275 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum()
295 needs_swap = started_on_odd; in _pkt_copyaddr_sum()
342 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum()
358 *odd_start = started_on_odd; in _pkt_copyaddr_sum()
388 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copypkt_sum() local
445 started_on_odd = !started_on_odd; in _pkt_copypkt_sum()
456 needs_swap = started_on_odd; in _pkt_copypkt_sum()
489 started_on_odd = !started_on_odd; in _pkt_copypkt_sum()
[all …]