Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h760 #define CSUM_TCPIPV6 0x0020 /* will csum TCP for IPv6 */ macro
773 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c1115 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()
H A Dif_bridge.c5280 if_csum = (ifp->if_hwassist & CSUM_TCPIPV6);
5281 supports_cksum = (if_csum & CSUM_TCPIPV6) != 0;
5758 if (m->m_pkthdr.csum_flags & CSUM_TCPIPV6) {
H A Ddlil.c1406 static_assert(CSUM_TCPIPV6 == IF_HWASSIST_CSUM_TCPIPV6); in dlil_init()
H A Dpf.c2362 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c788 if (mbuf_flags & CSUM_TCPIPV6) { in _convert_mbuf_csum_flags()
1442 mbuf_flags |= CSUM_TCPIPV6; in _convert_pkt_csum_flags()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c2981 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_output()
H A Dtcp_subr.c1083 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_respond()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c4311 ((m->m_pkthdr.csum_flags & CSUM_TCPIPV6) || in ip6_output_checksum()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1397 static_assert(MBUF_CSUM_REQ_TCPIPV6 == CSUM_TCPIPV6); in mbinit()
H A Duipc_mbuf_mcache.c1030 static_assert(MBUF_CSUM_REQ_TCPIPV6 == CSUM_TCPIPV6); in mbinit()