Lines Matching full:so_snd
410 sbreserve(&so->so_snd, TCP_SNDSPACE);
521 sbdrop(&so->so_snd, acked);
540 * There's room in so_snd, sowwakup will read()
543 /* if (so->so_snd.sb_flags & SB_NOTIFY)
548 * put data into so_snd. Since we don't so sowwakeup,
551 if (so->so_snd
1196 if (acked > so->so_snd.sb_cc) {
1197 tp->snd_wnd -= so->so_snd.sb_cc;
1198 sbdrop(&so->so_snd, (int )so->so_snd.sb_cc);
1201 sbdrop(&so->so_snd, acked);
1209 /* if (so->so_snd.sb_flags & SB_NOTIFY)
1715 sbreserve(&so->so_snd, TCP_SNDSPACE + ((TCP_SNDSPACE % mss) ?