Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/packet/
H A Dpacket_copy.c94 const boolean_t copysum, const uint16_t start, const uint16_t stuff, in pkt_copy_from_pkt()
661 const uint16_t stuff, const boolean_t invert) in pkt_copy_multi_buflet_from_pkt()
868 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_from_mbuf() local
1256 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_multi_buflet_from_mbuf() local
1559 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_to_mbuf() local
1776 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-11417.121.6/libsyscall/wrappers/skywalk/
H A Dos_packet.c203 const uint16_t start, const uint16_t stuff) in os_packet_set_inet_checksum()
/xnu-11417.121.6/bsd/skywalk/channel/
H A Dchannel_ring.c1860 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata() local
/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h381 u_int16_t stuff; /* checksum stuff offset */ member