Searched refs:started_on_odd (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | cpu_in_cksum_gen.c | 226 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 D | in_cksum.c | 331 boolean_t needs_swap, started_on_odd; in in_cksum_mbuf_ref() local 337 started_on_odd = FALSE; in in_cksum_mbuf_ref() 377 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref() 386 needs_swap = started_on_odd; in in_cksum_mbuf_ref() 455 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref() 482 boolean_t needs_swap, started_on_odd; in in_cksum_mbuf_ref() local 488 started_on_odd = FALSE; in in_cksum_mbuf_ref() 528 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref() 537 needs_swap = started_on_odd; in in_cksum_mbuf_ref() 619 started_on_odd = !started_on_odd; in in_cksum_mbuf_ref()
|
| /xnu-8792.41.9/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 102 #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-8792.41.9/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 215 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copyaddr_sum() local 223 started_on_odd = *odd_start; in _pkt_copyaddr_sum() 268 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum() 279 needs_swap = started_on_odd; in _pkt_copyaddr_sum() 313 started_on_odd = !started_on_odd; in _pkt_copyaddr_sum() 333 *odd_start = started_on_odd; in _pkt_copyaddr_sum() 363 boolean_t needs_swap, started_on_odd = FALSE; in _pkt_copypkt_sum() local 419 started_on_odd = !started_on_odd; in _pkt_copypkt_sum() 430 needs_swap = started_on_odd; in _pkt_copypkt_sum() 463 started_on_odd = !started_on_odd; in _pkt_copypkt_sum() [all …]
|