Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h677 #define CSUM_TCPIPV6 0x0020 /* will csum TCP for IPv6 */ macro
690 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
/xnu-8020.140.41/bsd/net/
H A Dnat464_utils.c1097 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()
H A Dif_bridge.c4854 *supports_cksum = (ifp->if_hwassist & CSUM_TCPIPV6) != 0;
4855 if_csum = CSUM_TCPIPV6;
5304 if (m->m_pkthdr.csum_flags & CSUM_TCPIPV6) {
H A Ddlil.c2396 _CASSERT(CSUM_TCPIPV6 == IF_HWASSIST_CSUM_TCPIPV6); in dlil_init()
H A Dpf.c2264 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()
/xnu-8020.140.41/bsd/netinet/
H A Dtcp_output.c2370 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_output()
H A Dtcp_subr.c890 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_respond()
/xnu-8020.140.41/bsd/netinet6/
H A Dip6_output.c4208 ((m->m_pkthdr.csum_flags & CSUM_TCPIPV6) || in ip6_output_checksum()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1603 _CASSERT(MBUF_CSUM_REQ_TCPIPV6 == CSUM_TCPIPV6); in mbinit()