Lines Matching refs:so_snd
174 so->so_snd.sb_flags |= SB_SENDHEAD; in tcp_usr_attach()
175 so->so_snd.sb_sendhead = NULL; in tcp_usr_attach()
176 so->so_snd.sb_sendoff = 0; in tcp_usr_attach()
1024 cfil_sock_data_pending(&so->so_snd)) { in tcp_usr_shutdown()
1200 mpkl_seq = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()
1238 (so->so_snd.sb_flags & SB_NOCOMPRESS)); in tcp_usr_send()
1241 sbappendstream(&so->so_snd, m); in tcp_usr_send()
1275 if (sbspace(&so->so_snd) == 0) { in tcp_usr_send()
1290 sbappendstream(&so->so_snd, m); in tcp_usr_send()
1303 tp->snd_up = tp->snd_una + so->so_snd.sb_cc; in tcp_usr_send()
1323 error = sbwait(&so->so_snd); in tcp_usr_send()
1796 ti->tcpi_snd_sbbytes = inp->inp_socket->so_snd.sb_cc; in tcp_fill_info()
2078 tci->tcpi_snd_sbbytes = inp->inp_socket->so_snd.sb_cc; in tcp_connection_fill_info()
3087 if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) { in tcp_attach()
3101 if (so->so_snd.sb_preconn_hiwat == 0) { in tcp_attach()
3108 if ((so->so_snd.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()
3109 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_attach()