Lines Matching refs:so_snd
178 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()
193 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
215 *(int *)data = sbavail(&so->so_snd); in soo_ioctl()
224 if ((so->so_snd.sb_hiwat < sbused(&so->so_snd)) || in soo_ioctl()
225 (so->so_snd.sb_mbmax < so->so_snd.sb_mbcnt)) { in soo_ioctl()
228 *(int *)data = sbspace(&so->so_snd); in soo_ioctl()
330 sb = &so->so_snd; in soo_stat()
403 so->so_snd.sb_state; in soo_fill_kinfo()
405 sbused(&so->so_snd); in soo_fill_kinfo()
418 so->so_snd.sb_state; in soo_fill_kinfo()
420 sbused(&so->so_snd); in soo_fill_kinfo()
792 sb = &so->so_snd; in soo_aio_cancel()
833 sb = &so->so_snd; in soaio_queue_generic()