Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c791 pkt_flags |= PACKET_CSUM_ZERO_INVERT; in _convert_mbuf_csum_flags()
1417 if (pkt_flags & PACKET_CSUM_ZERO_INVERT) { in _convert_pkt_csum_flags()
1574 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_to_mbuf()
1791 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_multi_buflet_to_mbuf()
/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.c2575 csum_flags = PACKET_CSUM_PARTIAL | PACKET_CSUM_ZERO_INVERT; in sktu_create_udp_frames()
H A Dskt_xfer.c653 PACKET_CSUM_PARTIAL | PACKET_CSUM_ZERO_INVERT, in udp_frame_populate()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2629 (spkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)); in dp_copy_to_dev_pkt()