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