Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h174 extern int so_acceptq_dequeue(struct sonode *, boolean_t,
H A Dsockcommon_sops.c321 if ((error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), in so_accept()
H A Dsockcommon_subr.c123 so_acceptq_dequeue(struct sonode *so, boolean_t dontblock, in so_acceptq_dequeue() function
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c196 error = so_acceptq_dequeue(lso, (fflag & (FNONBLOCK|FNDELAY)), &nso); in sosdp_accept()
H A Dsocksctp.c253 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop); in sosctp_accept()