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

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

Completed in 51 milliseconds