Searched refs:so_snd_wait_qnotfull (Results 1 – 3 of 3) sorted by relevance
182 extern int so_snd_wait_qnotfull(struct sonode *, boolean_t);
403 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()
298 so_snd_wait_qnotfull(struct sonode *so, boolean_t dontblock) in so_snd_wait_qnotfull() function