Home
last modified time | relevance | path

Searched refs:IXAF_VERIFY_ZCOPY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3206 ixa->ixa_flags |= IXAF_VERIFY_ZCOPY; in tcp_zcopy_check()
3211 ixa->ixa_flags &= ~IXAF_VERIFY_ZCOPY; in tcp_zcopy_check()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c569 if (ixa->ixa_flags & IXAF_VERIFY_ZCOPY) { in ip_verify_nce()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2259 #define IXAF_VERIFY_ZCOPY 0x400000000 /* Check Zero Copy capability */ macro