Searched defs:zc_ic (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c1762 dl_capab_zerocopy_t *zc_ic, *zc_oc; local
1785 zc_ic = (dl_capab_zerocopy_t *)(isub + 1);
1786 if (zc_ic->zerocopy_version != ZEROCOPY_VERSION_1) {
1789 "expected %d)", zc_ic->zerocopy_version,
1794 if (!dlcapabcheckqid(&zc_ic->zerocopy_mid, ill->ill_lmod_rq)) {
1801 if ((zc_ic->zerocopy_flags & DL_CAPAB_VMSAFE_MEM) != 0) {
1821 zc_ic->zerocopy_version;
1823 zc_ic->zerocopy_flags;
1855 *zc_oc = *zc_ic;

Completed in 88 milliseconds