Home
last modified time | relevance | path

Searched refs:SM_SENDFILESUPP (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h370 #define SM_SENDFILESUPP 0x800 /* Private: proto supp sendfile */ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c788 SM_SENDFILESUPP; in tcp_create()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c589 if ((so->so_mode & SM_SENDFILESUPP) == 0) { in so_sendmblk()