taglinefilesource code
fcntl75net/kern_sock.hint (*fcntl) (struct socket *sock, unsigned int cmd,
fcntl821net/socket.cif (sock != NULL && sock->ops != NULL && sock->ops->fcntl != NULL)
fcntl822net/socket.creturn (sock->ops->fcntl (sock, cmd, arg));