Home | History | Annotate | Download | only in slirp

Lines Matching refs:so_next

54 	tcb.so_next = tcb.so_prev = &tcb;
645 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) {
1292 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) {