Home | History | Annotate | Download | only in slirp

Lines Matching refs:sb_cc

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