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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h57 uint_t sopp_zcopyflag; /* zero copy flag */ member in struct:sock_proto_props
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1215 if (soppp->sopp_zcopyflag & ZCVMSAFE) {
1216 so->so_proto_props.sopp_zcopyflag |= STZCVMSAFE;
1217 so->so_proto_props.sopp_zcopyflag &= ~STZCVMUNSAFE;
1218 } else if (soppp->sopp_zcopyflag & ZCVMUNSAFE) {
1219 so->so_proto_props.sopp_zcopyflag |= STZCVMUNSAFE;
1220 so->so_proto_props.sopp_zcopyflag &= ~STZCVMSAFE;
1223 if (soppp->sopp_zcopyflag & COPYCACHED) {
1224 so->so_proto_props.sopp_zcopyflag |= STRCOPYCACHED;
H A Dsocksyscalls.c2922 VTOSO(vp)->so_proto_props.sopp_zcopyflag;
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c165 sopp.sopp_zcopyflag = (ushort_t)copyopt;
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c934 so->so_proto_props.sopp_zcopyflag;

Completed in 58 milliseconds