Home
last modified time | relevance | path

Searched refs:IXAF_ZCOPY_CAPAB (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c575 if ((ixa->ixa_flags & IXAF_ZCOPY_CAPAB) == 0) in ip_verify_nce()
707 if (ixa->ixa_flags & IXAF_ZCOPY_CAPAB) { in ip_verify_zcopy()
715 ixa->ixa_flags &= ~IXAF_ZCOPY_CAPAB; in ip_verify_zcopy()
724 ixa->ixa_flags |= IXAF_ZCOPY_CAPAB; in ip_verify_zcopy()
H A Dconn_opt.c2762 ixa->ixa_flags &= ~IXAF_ZCOPY_CAPAB; in conn_connect()
2770 ixa->ixa_flags |= IXAF_ZCOPY_CAPAB; in conn_connect()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2260 #define IXAF_ZCOPY_CAPAB 0x800000000 /* Capable of ZEROCOPY */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3200 else if ((do_tcpzcopy == 1) && (ixa->ixa_flags & IXAF_ZCOPY_CAPAB)) in tcp_zcopy_check()