tag | line | file | source code |
---|---|---|---|
send | 84 | fs/nfs/sock.c | result = sock->ops->send(sock, (void *) start, len, 0, 0); |
send | 108 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
send | 714 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |