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