Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c440 so->so_mode = tso->so_mode & ~SM_ACCEPTOR_ID; in so_strinit()
702 ASSERT((so->so_mode & SM_ACCEPTOR_ID) == 0); in do_tcapability()
752 so->so_mode |= SM_ACCEPTOR_ID; in so_proc_tcapability_ack()
H A Dsocktpi.c1972 if ((nso->so_mode & SM_ACCEPTOR_ID) == 0) { in sotpi_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h371 #define SM_ACCEPTOR_ID 0x100 /* so_acceptor_id is valid */ macro