Searched refs:IXAF_ZCOPY_CAPAB (Results 1 – 4 of 4) sorted by relevance
573 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()
2703 ixa->ixa_flags &= ~IXAF_ZCOPY_CAPAB; in conn_connect()2711 ixa->ixa_flags |= IXAF_ZCOPY_CAPAB; in conn_connect()
2255 #define IXAF_ZCOPY_CAPAB 0x800000000 /* Capable of ZEROCOPY */ macro
3179 else if ((do_tcpzcopy == 1) && (ixa->ixa_flags & IXAF_ZCOPY_CAPAB)) in tcp_zcopy_check()