Searched refs:packet_csum_flags_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/packet/ |
| H A D | os_packet.h | 165 typedef uint32_t packet_csum_flags_t; typedef 401 const packet_csum_flags_t, const uint16_t, const uint16_t); 402 extern packet_csum_flags_t os_packet_get_inet_checksum(const packet_t, 712 const packet_csum_flags_t, const uint16_t, const uint16_t, boolean_t); 713 extern packet_csum_flags_t kern_packet_get_inet_checksum(const kern_packet_t,
|
| H A D | packet_kern.c | 277 const packet_csum_flags_t flags, const uint16_t start, in kern_packet_set_inet_checksum() 283 packet_csum_flags_t
|
| H A D | packet_common.h | 858 __packet_set_inet_checksum(const uint64_t ph, const packet_csum_flags_t flags, in __packet_set_inet_checksum() 876 static inline packet_csum_flags_t
|
| /xnu-8792.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 202 os_packet_set_inet_checksum(const packet_t ph, const packet_csum_flags_t flags, in os_packet_set_inet_checksum() 208 packet_csum_flags_t
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_fake.c | 1240 packet_csum_flags_t csum_flags = PACKET_CSUM_IP_CHECKED | in feth_update_pkt_tso_metadata_for_rx()
|