Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c794 if (mbuf_flags & CSUM_UDPIPV6) { in _convert_mbuf_csum_flags()
904 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_from_mbuf()
1305 (CSUM_UDP | CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in pkt_copy_multi_buflet_from_mbuf()
1448 mbuf_flags |= CSUM_UDPIPV6; in _convert_pkt_csum_flags()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c479 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in udp6_output()
H A Desp_output.c905 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in esp_output()
H A Dip6_output.c2169 (m->m_pkthdr.csum_flags & (CSUM_UDPIPV6 | CSUM_ZERO_INVERT))) { in in6_finalize_cksum()
H A Dipsec.c5302 m->m_pkthdr.csum_flags = (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in ipsec_send_natt_keepalive()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h761 #define CSUM_UDPIPV6 0x0040 /* will csum UDP for IPv6 */ macro
773 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c1118 *pbuf->pb_csum_flags |= CSUM_UDPIPV6; in nat464_translate_proto()
H A Ddlil.c1407 static_assert(CSUM_UDPIPV6 == IF_HWASSIST_CSUM_UDPIPV6); in dlil_init()
H A Dpf.c2363 CSUM_UDPIPV6))) { in pf_change_ap()
/xnu-12377.41.6/bsd/netinet/
H A Dudp_usrreq.c3202 (CSUM_UDPIPV6 | CSUM_ZERO_INVERT); in udp_fill_keepalive_offload_frames()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1398 static_assert(MBUF_CSUM_REQ_UDPIPV6 == CSUM_UDPIPV6); in mbinit()
H A Duipc_mbuf_mcache.c1031 static_assert(MBUF_CSUM_REQ_UDPIPV6 == CSUM_UDPIPV6); in mbinit()