tag
line
file
source code
recv
114
include/linux/net.h
int (*recv) (struct socket *sock, void *buff, int len, int nonblock,
recv
1031
net/socket.c
return(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));