tag
line
file
source code
recv
64
net/kern_sock.h
int (*recv)(struct socket *sock, void *buff, int len, int nonblock,
recv
737
net/socket.c
return (sock->ops->recv (sock, buff, len,(file->f_flags & O_NONBLOCK),