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

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

Completed in 95 milliseconds