From mboxrd@z Thu Jan 1 00:00:00 1970 From: JC Subject: Communication between kernel modules (what's the proper way?) Date: Tue, 13 Sep 2005 18:30:50 +0100 Message-ID: Reply-To: bikkit@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: To: netfilter-devel@lists.netfilter.org Content-Disposition: inline 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 Somewhat out of topic for the mailing list, but I guess the developers here could advise me on the matter: I have developed two modules that use hooks to manipulate packets, and I wish for them to communicate with each other. The proper way to communicate with userspace is by using ioctls. But what is a proper way to use to pass data between the two modules, bearing in mind these are my modules and I cant apply for a system call...? regards, Ioannis