Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c479 offsetof(struct sonode, so_acceptq_node)); in sonode_constructor()
481 offsetof(struct sonode, so_acceptq_node)); in sonode_constructor()
482 list_link_init(&so->so_acceptq_node); in sonode_constructor()
530 ASSERT(!list_link_active(&so->so_acceptq_node)); in sonode_destructor()
670 ASSERT(!list_link_active(&so->so_acceptq_node)); in sonode_fini()
H A Dsockfilter.c152 offsetof(struct sonode, so_acceptq_node)); in sof_init()
1556 if (!list_link_active(&so->so_acceptq_node)) { in sof_newconn_ready()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h173 list_node_t so_acceptq_node; /* acceptq list node */ member