tag
line
file
source code
nextsock
279
net/socket.c
struct socket *peersock, *nextsock;
nextsock
288
net/socket.c
for (peersock = sock->iconn; peersock; peersock = nextsock)
nextsock
290
net/socket.c
nextsock = peersock->next;