Home
last modified time | relevance | path

Searched refs:PACKET_CSUM_ZERO_INVERT (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/bsd/skywalk/packet/
H A Dos_packet.h187 #define PACKET_CSUM_ZERO_INVERT 0x02 /* invert resulted 0 to 0xffff */ macro
233 PACKET_CSUM_TCPIPV6 | PACKET_CSUM_UDPIPV6 | PACKET_CSUM_ZERO_INVERT)
H A Dpacket_copy.c773 pkt_flags |= PACKET_CSUM_ZERO_INVERT; in _convert_mbuf_csum_flags()
1387 if (pkt_flags & PACKET_CSUM_ZERO_INVERT) { in _convert_pkt_csum_flags()
1536 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_to_mbuf()
1752 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_multi_buflet_to_mbuf()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2474 (spkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)); in dp_copy_to_dev_pkt()