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

Lines Matching refs:so

10 int     if_queued = 0;                  /* Number of packets queued so far */
136 if_output(struct socket *so, struct mbuf *ifm)
142 DEBUG_ARG("so = %lx", (long)so);
163 if (so == ifq->ifq_so) {
165 ifm->ifq_so = so;
172 if (so && (so->so_iptos & IPTOS_LOWDELAY)) {
179 if (ifq->ifq_so == so) {
180 ifm->ifq_so = so;
188 ifm->ifq_so = so;
195 if (so) {
197 so->so_queued++;
198 so->so_nqueued++;
206 if (on_fastq && ((so->so_nqueued >= 6) &&
207 (so->so_nqueued - so->so_queued) >= 3)) {
234 * after this one, then the session after that one, and so on.. So,