From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Subject: Re: EXPORT_SYMBOL(hash_conntrack) Date: Thu, 19 May 2005 05:10:58 +0200 Message-ID: <428C03C2.5000105@eurodev.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Damon Gray In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Damon Gray wrote: > I have a need to be able to use hash_conntrack in a kernel module. Does > anyone see a problem if hash_conntrack was exported? I'd prefer to use > the function instead of duplicating it with jhash_3words just so I don't > have to keep track of how hash_conntrack does the hashing. Well, all the current exported symbols are used by other modules in kernel mainline and pom-ng. So you'll have to justify such exportation with some kind of candidate client (maybe your module) that could be useful for everyone. -- Pablo