Home
last modified time | relevance | path

Searched defs:stuff (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/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()
634 const uint16_t stuff, const boolean_t invert) in pkt_copy_multi_buflet_from_pkt()
806 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_from_mbuf() local
1178 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_multi_buflet_from_mbuf() local
1435 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_to_mbuf() local
1632 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_multi_buflet_to_mbuf() local
H A Dpacket_kern.c278 const uint16_t stuff, const boolean_t tx) in kern_packet_set_inet_checksum()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_packet.c203 const uint16_t start, const uint16_t stuff) in os_packet_set_inet_checksum()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_ring.c1852 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata() local
/xnu-8792.41.9/bsd/sys/
H A Dmbuf.h376 u_int16_t stuff; /* checksum stuff offset */ member