Lines Matching defs:so2
237 struct socket *so2, *next;
247 for (so2 = TAILQ_FIRST(&so->so_q0); so2 != NULL; so2 = next) {
248 next = TAILQ_NEXT(so2, so_qe);
249 if (so2->so_upcall == NULL) {
252 so2->so_upcall = NULL;
253 so2->so_upcallarg = NULL;
254 so2->so_options &= ~SO_ACCEPTFILTER;
255 so2->so_rcv.sb_flags &= ~SB_UPCALL;
256 soisconnected(so2);