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

Lines Matching refs:sb_cc

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);
1317 if (ti->ti_urp + so->so_rcv.sb_cc > so->so_rcv.sb_datalen) {
1338 so->so_urgc = so->so_rcv.sb_cc +