Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h377 #define SM_SENDFILESUPP 0x800 /* Private: proto supp sendfile */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c795 SM_SENDFILESUPP; in tcp_create()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c1187 if ((so->so_mode & SM_SENDFILESUPP) == 0) { in sendfilev()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c534 so->so_mode |= SM_SENDFILESUPP; in sotpi_init()