Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dcpu_in_cksum_gen.c226 boolean_t needs_swap, started_on_odd; in os_cpu_in_cksum_mbuf() local
232 started_on_odd = FALSE; in os_cpu_in_cksum_mbuf()
272 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
281 needs_swap = started_on_odd; in os_cpu_in_cksum_mbuf()
350 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
377 boolean_t needs_swap, started_on_odd; in os_cpu_in_cksum_mbuf() local
383 started_on_odd = FALSE; in os_cpu_in_cksum_mbuf()
423 started_on_odd = !started_on_odd; in os_cpu_in_cksum_mbuf()
432 needs_swap = started_on_odd; in os_cpu_in_cksum_mbuf()
514 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-12377.61.12/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-12377.61.12/bsd/dev/arm64/
H A Dcpu_in_cksum.s104 #define started_on_odd x5 macro
122 mov started_on_odd, #0 // started_on_odd = FALSE;
204 eor started_on_odd, started_on_odd, #1
220 mov needs_swap, started_on_odd
392 eor started_on_odd, started_on_odd, #1
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpacket_copy.c225 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copyaddr_sum() local
234 started_on_odd = *odd_start; in _pkt_copyaddr_sum()
279 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum()
299 needs_swap = started_on_odd; in _pkt_copyaddr_sum()
349 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum()
366 *odd_start = started_on_odd; in _pkt_copyaddr_sum()
396 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copypkt_sum() local
453 started_on_odd = !started_on_odd; in _pkt_copypkt_sum()
464 needs_swap = started_on_odd; in _pkt_copypkt_sum()
497 started_on_odd = !started_on_odd; in _pkt_copypkt_sum()
[all …]