Home
last modified time | relevance | path

Searched refs:sopp_zcopyflag (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1184 if (soppp->sopp_zcopyflag & ZCVMSAFE) { in so_set_prop()
1185 so->so_proto_props.sopp_zcopyflag |= STZCVMSAFE; in so_set_prop()
1186 so->so_proto_props.sopp_zcopyflag &= ~STZCVMUNSAFE; in so_set_prop()
1187 } else if (soppp->sopp_zcopyflag & ZCVMUNSAFE) { in so_set_prop()
1188 so->so_proto_props.sopp_zcopyflag |= STZCVMUNSAFE; in so_set_prop()
1189 so->so_proto_props.sopp_zcopyflag &= ~STZCVMSAFE; in so_set_prop()
1192 if (soppp->sopp_zcopyflag & COPYCACHED) { in so_set_prop()
1193 so->so_proto_props.sopp_zcopyflag |= STRCOPYCACHED; in so_set_prop()
H A Dsocksyscalls.c2977 VTOSO(vp)->so_proto_props.sopp_zcopyflag; in sosendfile64()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h61 uint_t sopp_zcopyflag; /* zero copy flag */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c165 sopp.sopp_zcopyflag = (ushort_t)copyopt; in proto_set_tx_copyopt()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c937 so->so_proto_props.sopp_zcopyflag; in sendvec_chunk()