taglinefilesource code
fcntl121include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
fcntl838net/socket.cif (sock != NULL && sock->ops != NULL && sock->ops->fcntl != NULL)
fcntl839net/socket.creturn(sock->ops->fcntl(sock, cmd, arg));