Home
last modified time | relevance | path

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

/xnu-12377.41.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.c801 pkt_flags |= PACKET_CSUM_ZERO_INVERT; in _convert_mbuf_csum_flags()
1453 if (pkt_flags & PACKET_CSUM_ZERO_INVERT) { in _convert_pkt_csum_flags()
1615 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_to_mbuf()
1844 (pkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)) { in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_utils.c2554 csum_flags = PACKET_CSUM_PARTIAL | PACKET_CSUM_ZERO_INVERT; in sktu_create_udp_frames()
H A Dskt_xfer.c654 PACKET_CSUM_PARTIAL | PACKET_CSUM_ZERO_INVERT, in udp_frame_populate()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2708 (spkt->pkt_csum_flags & PACKET_CSUM_ZERO_INVERT)); in dp_copy_to_dev_pkt()