Searched refs:sonext (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c929 struct socket *sp, *sonext; local
938 for (sp = TAILQ_FIRST(&so->so_incomp); sp != NULL; sp = sonext) {
939 sonext = TAILQ_NEXT(sp, so_list);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c4674 struct socket *so, *sonext; local
4710 sonext = TAILQ_NEXT(so, so_list);
4736 so = sonext;

Completed in 33 milliseconds