Searched refs:so_snd_wait_qnotfull (Results 1 – 3 of 3) sorted by relevance
179 extern int so_snd_wait_qnotfull(struct sonode *, boolean_t);
425 if ((error = so_snd_wait_qnotfull(so, dontblock)) != 0) in so_sendmsg()525 if ((error = so_snd_wait_qnotfull(so, dontblock)) != 0) in so_sendmblk_impl()
294 so_snd_wait_qnotfull(struct sonode *so, boolean_t dontblock) in so_snd_wait_qnotfull() function