Lines Matching refs:so_snd
742 tls = ktls_hold(so->so_snd.sb_tls_info); in vn_sendfile()
779 SOCKBUF_LOCK(&so->so_snd); in vn_sendfile()
780 if (so->so_snd.sb_lowat < so->so_snd.sb_hiwat / 2) in vn_sendfile()
781 so->so_snd.sb_lowat = so->so_snd.sb_hiwat / 2; in vn_sendfile()
783 if (so->so_snd.sb_state & SBS_CANTSENDMORE) { in vn_sendfile()
785 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()
790 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()
794 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()
799 space = sbspace(&so->so_snd); in vn_sendfile()
802 space < so->so_snd.sb_lowat)) { in vn_sendfile()
804 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()
821 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()
826 SOCKBUF_UNLOCK(&so->so_snd); in vn_sendfile()