Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
632 const uint16_t stuff, const boolean_t invert) in pkt_copy_multi_buflet_from_pkt()
801 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_from_mbuf() local
1160 uint16_t stuff = m->m_pkthdr.csum_tx_stuff; in pkt_copy_multi_buflet_from_mbuf() local
1367 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_to_mbuf() local
1530 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_multi_buflet_to_mbuf() local
H A Dpacket_kern.c265 const uint16_t stuff) in kern_packet_set_inet_checksum()
/xnu-8020.101.4/libsyscall/wrappers/skywalk/
H A Dos_packet.c205 const uint16_t start, const uint16_t stuff) in os_packet_set_inet_checksum()
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_ring.c1838 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata() local
/xnu-8020.101.4/bsd/sys/
H A Dmbuf.h376 u_int16_t stuff; /* checksum stuff offset */ member