Home
last modified time | relevance | path

Searched refs:CSUM_UDPIPV6 (Results 1 – 11 of 11) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h678 #define CSUM_UDPIPV6 0x0040 /* will csum UDP for IPv6 */ macro
690 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
/xnu-8020.140.41/bsd/netinet6/
H A Dudp6_output.c441 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in udp6_output()
H A Desp_output.c901 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in esp_output()
H A Dip6_output.c2115 (m->m_pkthdr.csum_flags & (CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in in6_finalize_cksum()
H A Dipsec.c5009 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in ipsec_send_natt_keepalive()
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_copy.c822 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_from_mbuf()
1183 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_multi_buflet_from_mbuf()
/xnu-8020.140.41/bsd/net/
H A Dnat464_utils.c1100 *pbuf->pb_csum_flags |= CSUM_UDPIPV6; in nat464_translate_proto()
H A Ddlil.c2397 _CASSERT(CSUM_UDPIPV6 == IF_HWASSIST_CSUM_UDPIPV6); in dlil_init()
H A Dpf.c2265 CSUM_UDPIPV6))) { in pf_change_ap()
/xnu-8020.140.41/bsd/netinet/
H A Dudp_usrreq.c3047 (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in udp_fill_keepalive_offload_frames()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1604 _CASSERT(MBUF_CSUM_REQ_UDPIPV6 == CSUM_UDPIPV6); in mbinit()