Searched refs:MBUF_CSUM_DID_DATA (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h185 @constant MBUF_CSUM_DID_DATA Indicates that the TCP or UDP checksum
192 checksum value for MBUF_CSUM_DID_DATA includes the pseudo header
195 is only valid when MBUF_CSUM_DID_DATA is set.
203 MBUF_CSUM_DID_DATA = 0x0400, enumerator in enum:__anon507
1152 @param value If the MBUF_CSUM_DID_DATA flag is set, value should be
1168 @param value If the MBUF_CSUM_DID_DATA flag is set, value will be
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c715 MBUF_CSUM_DID_IP | MBUF_CSUM_IP_GOOD | MBUF_CSUM_DID_DATA |
H A Duipc_mbuf.c1359 _CASSERT(MBUF_CSUM_DID_DATA == CSUM_DATA_VALID);

Completed in 81 milliseconds