Home
last modified time | relevance | path

Searched refs:so_snd_wait_qnotfull (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h182 extern int so_snd_wait_qnotfull(struct sonode *, boolean_t);
H A Dsockcommon_sops.c403 if ((error = so_snd_wait_qnotfull(so, dontblock)) != 0) in so_sendmsg()
503 if ((error = so_snd_wait_qnotfull(so, dontblock)) != 0) in so_sendmblk_impl()
H A Dsockcommon_subr.c298 so_snd_wait_qnotfull(struct sonode *so, boolean_t dontblock) in so_snd_wait_qnotfull() function