Home
last modified time | relevance | path

Searched refs:so_acceptq_len (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c93 ASSERT(so->so_acceptq_len > 0); in so_acceptq_dequeue_locked()
94 so->so_acceptq_len--; in so_acceptq_dequeue_locked()
188 so->so_acceptq_len = 0; in so_acceptq_flush()
2228 VERIFY(cur->so_acceptq_len >= orig->so_acceptq_len); in so_integrity_check()
2402 so->so_acceptq_len--; in so_tpi_fallback()
H A Dsockfilter.c671 so->so_acceptq_len--; in sof_sonode_drop_deferred()
1803 old->so_acceptq_len--; in sof_newconn_move()
1809 new->so_acceptq_len++; in sof_newconn_move()
H A Dsockcommon.c483 so->so_acceptq_len = 0; in sonode_constructor()
H A Dsockcommon_sops.c1108 (so->so_acceptq_len >= so->so_backlog && in so_newconn()
1144 so->so_acceptq_len++; in so_newconn()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h174 unsigned int so_acceptq_len; /* # of conns (both lists) */ member
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1119 if ((so_state & SS_CANTRCVMORE) || (so->so_acceptq_len > 0)) { in sosdp_poll()