Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h149 sti_direct : 1, /* transport is directly below */ member
H A Dsocktpi.c399 sti->sti_direct = 1; in sotpi_init()
403 if (SOTOTPI(tso)->sti_direct) { in sotpi_init()
417 sti->sti_direct = 0; in sotpi_init()
469 if (sti->sti_direct) { in sotpi_init()
498 sti->sti_direct = 0; in sotpi_init()
1666 if ((optlen == sizeof (intptr_t)) && (sti->sti_direct != 0)) { in sotpi_accept()
1679 if (sti->sti_direct) { in sotpi_accept()
1688 sti->sti_direct = 0; in sotpi_accept()
1876 if (sti->sti_direct) { in sotpi_accept()
1937 if (nsti->sti_direct == 0) { in sotpi_accept()
[all …]
H A Dsockstr.c140 if (sti->sti_direct) { in so_sock2stream()
156 sti->sti_direct = 0; in so_sock2stream()
445 (sti->sti_direct == 0)) { in so_strinit()