Home
last modified time | relevance | path

Searched refs:so_acceptq_defer (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c476 list_create(&so->so_acceptq_defer, sizeof (struct sonode), in sonode_constructor()
522 list_destroy(&so->so_acceptq_defer); in sonode_destructor()
658 ASSERT(list_is_empty(&so->so_acceptq_defer)); in sonode_fini()
H A Dsockfilter.c668 if ((def = list_head(&so->so_acceptq_defer)) != NULL && in sof_sonode_drop_deferred()
670 list_remove(&so->so_acceptq_defer, def); in sof_sonode_drop_deferred()
1559 list_remove(&pso->so_acceptq_defer, so); in sof_newconn_ready()
1801 list_remove(&old->so_acceptq_defer, so); in sof_newconn_move()
1807 list_insert_tail(&new->so_acceptq_defer, so); in sof_newconn_move()
H A Dsockcommon_sops.c1178 list_insert_tail(&so->so_acceptq_defer, nso); in so_newconn()
H A Dsockcommon_subr.c185 so_acceptq_flush_impl(so, &so->so_acceptq_defer, doclose); in so_acceptq_flush()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h169 list_t so_acceptq_defer; /* deferred conns */ member