Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpacket_copy.c89 const boolean_t copysum, const uint16_t start, const uint16_t stuff, in pkt_copy_from_pkt() argument
167 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_from_pkt()
168 if (IS_P2ALIGNED(dbaddr + stuff, sizeof(csum))) { in pkt_copy_from_pkt()
169 *(uint16_t *)(uintptr_t)(dbaddr + stuff) = csum; in pkt_copy_from_pkt()
171 bcopy((void *)&csum, dbaddr + stuff, in pkt_copy_from_pkt()
634 const uint16_t stuff, const boolean_t invert) in pkt_copy_multi_buflet_from_pkt() argument
704 ASSERT((stuff + doff + sizeof(csum)) <= in pkt_copy_multi_buflet_from_pkt()
706 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_multi_buflet_from_pkt()
712 if (IS_P2ALIGNED(baddr + stuff, sizeof(csum))) { in pkt_copy_multi_buflet_from_pkt()
713 *(uint16_t *)(uintptr_t)(baddr + stuff) = csum; in pkt_copy_multi_buflet_from_pkt()
[all …]
H A Dpacket_kern.c278 const uint16_t stuff, const boolean_t tx) in kern_packet_set_inet_checksum() argument
280 return __packet_set_inet_checksum(ph, flags, start, stuff, tx); in kern_packet_set_inet_checksum()
/xnu-8796.141.3/libsyscall/wrappers/skywalk/
H A Dos_packet.c203 const uint16_t start, const uint16_t stuff) in os_packet_set_inet_checksum() argument
205 return __packet_set_inet_checksum(ph, flags, start, stuff, TRUE); in os_packet_set_inet_checksum()
/xnu-8796.141.3/osfmk/mach/
H A Dkmod.h186 #pragma mark Obsolete kmod stuff
H A Dprocessor.defs120 * JMM - Keep processor_set related stuff at the end because
/xnu-8796.141.3/bsd/miscfs/devfs/
H A DREADME11 the pcaudio stuff, speaker, null,mem,zero,io,kmem.
35 The back plane has a mount structure and all that stuff, but it is in
/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel_ring.c1852 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata() local
1853 if (__improbable(start > stuff || in kr_internalize_metadata()
1855 (stuff + sizeof(uint16_t)) > kpkt->pkt_length)) { in kr_internalize_metadata()
1859 start, stuff, kpkt->pkt_length); in kr_internalize_metadata()
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h376 u_int16_t stuff; /* checksum stuff offset */ member
379 #define csum_tx_stuff _csum_tx.stuff
/xnu-8796.141.3/tests/
H A Dstackshot_block_owner_14362384.m634 …end_port); // ping! msg_blocking_thread will now try to test_send_port us stuff, and block until w…