Searched refs:CSUM_TSO_IPV6 (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h562 #define CSUM_TSO_IPV6 0x200000 /* This mbuf needs to be segmented by the NIC */ macro
574 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) \
578 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) \
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1781 m->m_pkthdr.csum_flags |= CSUM_TSO_IPV6;
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c1441 if ((m->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) {
H A Dnd6.c3635 if ((m->m_pkthdr.csum_flags & CSUM_TSO_IPV6) &&
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c1381 _CASSERT(MBUF_TSO_IPV6 == CSUM_TSO_IPV6);
/xnu-2422.115.4/bsd/net/
H A Ddlil.c7031 (m->m_pkthdr.csum_flags & (CSUM_TSO_IPV4|CSUM_TSO_IPV6)))

Completed in 103 milliseconds