Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h752 #define CSUM_TCPIPV6 0x0020 /* will csum TCP for IPv6 */ macro
765 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
/xnu-11417.140.69/bsd/net/
H A Dnat464_utils.c1115 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()
H A Dif_bridge.c5268 if_csum = (ifp->if_hwassist & CSUM_TCPIPV6);
5269 supports_cksum = (if_csum & CSUM_TCPIPV6) != 0;
5740 if (m->m_pkthdr.csum_flags & CSUM_TCPIPV6) {
H A Ddlil.c1407 _CASSERT(CSUM_TCPIPV6 == IF_HWASSIST_CSUM_TCPIPV6); in dlil_init()
H A Dpf.c2359 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_copy.c778 if (mbuf_flags & CSUM_TCPIPV6) { in _convert_mbuf_csum_flags()
1406 mbuf_flags |= CSUM_TCPIPV6; in _convert_pkt_csum_flags()
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_output.c2862 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_output()
H A Dtcp_subr.c904 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_respond()
/xnu-11417.140.69/bsd/netinet6/
H A Dip6_output.c4299 ((m->m_pkthdr.csum_flags & CSUM_TCPIPV6) || in ip6_output_checksum()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c2275 _CASSERT(MBUF_CSUM_REQ_TCPIPV6 == CSUM_TCPIPV6); in mbinit()