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

/illumos-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.c405 sti->sti_direct = 1;
409 if (SOTOTPI(tso)->sti_direct) {
411 * Inherit sti_direct from listener and pass
418 * sti_direct is not set on listener, meaning
423 sti->sti_direct = 0;
470 * In the acceptor case, we simply turn off the sti_direct
475 if (sti->sti_direct) {
479 * sti_direct is currently supported and tested
504 sti->sti_direct = 0;
1706 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 70 milliseconds