Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:so_snd

415 	  sbreserve(&so->so_snd, TCP_SNDSPACE);
526 sbdrop(&so->so_snd, acked);
545 * There's room in so_snd, sowwakup will read()
548 /* if (so->so_snd
553 * put data into so_snd. Since we don't so sowwakeup,
556 if (so->so_snd.sb_cc)
1202 if (acked > so->so_snd.sb_cc) {
1203 tp->snd_wnd -= so->so_snd.sb_cc;
1204 sbdrop(&so->so_snd, (int )so->so_snd.sb_cc);
1207 sbdrop(&so->so_snd, acked);
1215 /* if (so->so_snd.sb_flags & SB_NOTIFY)
1721 sbreserve(&so->so_snd, TCP_SNDSPACE + ((TCP_SNDSPACE % mss) ?