Searched refs:sti_direct (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h148 sti_direct : 1, /* transport is directly below */ member in struct:sotpi_info
H A Dsocktpi.c401 sti->sti_direct = 1;
405 if (SOTOTPI(tso)->sti_direct) {
407 * Inherit sti_direct from listener and pass
414 * sti_direct is not set on listener, meaning
419 sti->sti_direct = 0;
466 * In the acceptor case, we simply turn off the sti_direct
471 if (sti->sti_direct) {
475 * sti_direct is currently supported and tested
500 sti->sti_direct = 0;
1695 if ((optlen == sizeof (intptr_t)) && (sti->sti_direct !
[all...]
H A Dsockstr.c140 if (sti->sti_direct) {
156 sti->sti_direct = 0;
445 (sti->sti_direct == 0)) {

Completed in 159 milliseconds