taglinefilesource code
send84fs/nfs/sock.cresult = sock->ops->send(sock, (void *) start, len, 0, 0);
send108include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
send715net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));