Searched refs:CSUM_TCPIPV6 (Results 1 – 9 of 9) sorted by relevance
677 #define CSUM_TCPIPV6 0x0020 /* will csum TCP for IPv6 */ macro690 #define CSUM_DELAY_IPV6_DATA (CSUM_TCPIPV6 | CSUM_UDPIPV6)
1097 *pbuf->pb_csum_flags |= CSUM_TCPIPV6; in nat464_translate_proto()
4854 *supports_cksum = (ifp->if_hwassist & CSUM_TCPIPV6) != 0;4855 if_csum = CSUM_TCPIPV6;5304 if (m->m_pkthdr.csum_flags & CSUM_TCPIPV6) {
2396 _CASSERT(CSUM_TCPIPV6 == IF_HWASSIST_CSUM_TCPIPV6); in dlil_init()
2264 (*pbuf->pb_csum_flags & (CSUM_TCPIPV6 | in pf_change_ap()
2370 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_output()
890 m->m_pkthdr.csum_flags = CSUM_TCPIPV6; in tcp_respond()
4208 ((m->m_pkthdr.csum_flags & CSUM_TCPIPV6) || in ip6_output_checksum()
1603 _CASSERT(MBUF_CSUM_REQ_TCPIPV6 == CSUM_TCPIPV6); in mbinit()