Lines Matching refs:so_snd
945 cfil_sock_data_pending(&so->so_snd)) { in tcp_usr_shutdown()
1126 mpkl_seq = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()
1164 (so->so_snd.sb_flags & SB_NOCOMPRESS)); in tcp_usr_send()
1167 sbappendstream(&so->so_snd, m); in tcp_usr_send()
1199 if (sbspace(&so->so_snd) == 0) { in tcp_usr_send()
1214 sbappendstream(&so->so_snd, m); in tcp_usr_send()
1227 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()
1245 error = sbwait(&so->so_snd); in tcp_usr_send()
1718 ti->tcpi_snd_sbbytes = inp->inp_socket->so_snd.sb_cc; in tcp_fill_info()
1968 tci->tcpi_snd_sbbytes = inp->inp_socket->so_snd.sb_cc; in tcp_connection_fill_info()
2949 if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) { in tcp_attach()
2963 if (so->so_snd.sb_preconn_hiwat == 0) { in tcp_attach()
2970 if ((so->so_snd.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()
2971 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_attach()