Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_output.c573 if ((ixa->ixa_flags & IXAF_ZCOPY_CAPAB) == 0) in ip_verify_nce()
704 if (ixa->ixa_flags & IXAF_ZCOPY_CAPAB) { in ip_verify_zcopy()
712 ixa->ixa_flags &= ~IXAF_ZCOPY_CAPAB; in ip_verify_zcopy()
721 ixa->ixa_flags |= IXAF_ZCOPY_CAPAB; in ip_verify_zcopy()
H A Dconn_opt.c2703 ixa->ixa_flags &= ~IXAF_ZCOPY_CAPAB; in conn_connect()
2711 ixa->ixa_flags |= IXAF_ZCOPY_CAPAB; in conn_connect()
/titanic_44/usr/src/uts/common/inet/
H A Dip.h2255 #define IXAF_ZCOPY_CAPAB 0x800000000 /* Capable of ZEROCOPY */ macro
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp.c3179 else if ((do_tcpzcopy == 1) && (ixa->ixa_flags & IXAF_ZCOPY_CAPAB)) in tcp_zcopy_check()