Lines Matching refs:so_snd
160 SOCKBUF_LOCK(&so->so_snd); in soo_ioctl()
161 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()
162 SOCKBUF_UNLOCK(&so->so_snd); in soo_ioctl()
170 SOCKBUF_LOCK(&so->so_snd); in soo_ioctl()
171 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
172 SOCKBUF_UNLOCK(&so->so_snd); in soo_ioctl()
183 *(int *)data = sbavail(&so->so_snd); in soo_ioctl()
188 if ((so->so_snd.sb_hiwat < sbused(&so->so_snd)) || in soo_ioctl()
189 (so->so_snd.sb_mbmax < so->so_snd.sb_mbcnt)) in soo_ioctl()
192 *(int *)data = sbspace(&so->so_snd); in soo_ioctl()
281 sb = &so->so_snd; in soo_stat()
347 so->so_snd.sb_state; in soo_fill_kinfo()