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