Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet.h165 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 Dpacket_kern.c277 const packet_csum_flags_t flags, const uint16_t start, in kern_packet_set_inet_checksum()
283 packet_csum_flags_t
H A Dpacket_common.h858 __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 Dos_packet.c202 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 Dif_fake.c1240 packet_csum_flags_t csum_flags = PACKET_CSUM_IP_CHECKED | in feth_update_pkt_tso_metadata_for_rx()