From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Jun 2001 08:43:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Jun 2001 08:43:41 -0400 Received: from ns.suse.de ([213.95.15.193]:46860 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Thu, 28 Jun 2001 08:43:31 -0400 To: Gautier Harmel Subject: Re: How to pass packets up to protocols layer ? Cc: linux-kernel@vger.kernel.org In-Reply-To: <3B3AFFDE.2763D18F@qosmos.net.suse.lists.linux.kernel> From: Andi Kleen Date: 28 Jun 2001 14:42:11 +0200 In-Reply-To: Gautier Harmel's message of "28 Jun 2001 11:58:19 +0200" Message-ID: User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Either use netif_rx()/ for complete packets that should go through the whole stack again or nf_reinject() from your hook. -Andi