Searched refs:stuff (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 172 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_from_pkt() 176 bcopy((void *)&csum, dbaddr + stuff, in pkt_copy_from_pkt() 731 ASSERT((stuff + doff + sizeof(csum)) <= in pkt_copy_multi_buflet_from_pkt() 733 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_multi_buflet_from_pkt() 742 bcopy((void *)&csum, baddr + stuff, in pkt_copy_multi_buflet_from_pkt() 893 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_from_mbuf() 897 bcopy((void *)&csum, baddr + stuff, in pkt_copy_from_mbuf() 1281 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_multi_buflet_from_mbuf() 1285 bcopy((void *)&csum, baddr + stuff, in pkt_copy_multi_buflet_from_mbuf() 1571 ASSERT(stuff <= (len - sizeof(csum))); in pkt_copy_to_mbuf() [all …]
|
| H A D | packet_kern.c | 278 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-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 203 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-11215/osfmk/mach/ |
| H A D | kmod.h | 186 #pragma mark Obsolete kmod stuff
|
| H A D | processor.defs | 120 * JMM - Keep processor_set related stuff at the end because
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 11 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-11215/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 1860 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata() local 1861 if (__improbable(start > stuff || in kr_internalize_metadata() 1863 (stuff + sizeof(uint16_t)) > kpkt->pkt_length)) { in kr_internalize_metadata() 1867 start, stuff, kpkt->pkt_length); in kr_internalize_metadata()
|
| /xnu-11215/bsd/sys/ |
| H A D | mbuf.h | 377 u_int16_t stuff; /* checksum stuff offset */ member 380 #define csum_tx_stuff _csum_tx.stuff
|
| /xnu-11215/tests/ |
| H A D | stackshot_block_owner_14362384.m | 634 …end_port); // ping! msg_blocking_thread will now try to test_send_port us stuff, and block until w…
|