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