Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c475 offsetof(struct sonode, so_acceptq_node)); in sonode_constructor()
477 offsetof(struct sonode, so_acceptq_node)); in sonode_constructor()
478 list_link_init(&so->so_acceptq_node); in sonode_constructor()
523 ASSERT(!list_link_active(&so->so_acceptq_node)); in sonode_destructor()
659 ASSERT(!list_link_active(&so->so_acceptq_node)); in sonode_fini()
H A Dsockfilter.c152 offsetof(struct sonode, so_acceptq_node)); in sof_init()
1555 if (!list_link_active(&so->so_acceptq_node)) { in sof_newconn_ready()
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h170 list_node_t so_acceptq_node; /* acceptq list node */ member