Lines Matching refs:so_snd
171 if (wso->so_snd.sb_lowat < PIPE_BUF) {
172 wso->so_snd.sb_hiwat = PIPE_BUF * 2;
174 wso->so_snd.sb_lowat = PIPE_BUF;
412 selrecord(curlwp, &wso->so_snd.sb_sel);
413 wso->so_snd.sb_flags |= SB_NOTIFY;
629 if (selremove_knote(&so->so_snd.sb_sel, kn))
630 so->so_snd.sb_flags &= ~SB_KNOTE;
643 kn->kn_data = sbspace(&so->so_snd);
649 rv = (kn->kn_data >= so->so_snd.sb_lowat);
690 sb = &so->so_snd;