From mboxrd@z Thu Jan 1 00:00:00 1970 From: Susant Sahani Subject: nf_reinject crashes after NF_STOLEN Date: Sat, 30 Jan 2010 12:39:16 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: netfilter@vger.kernel.org, netdev@vger.kernel.org Return-path: Received: from mail-px0-f182.google.com ([209.85.216.182]:62560 "EHLO mail-px0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181Ab0A3HJh (ORCPT ); Sat, 30 Jan 2010 02:09:37 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Hi, If NF_STOLEN is done then how to reinsert the packet after sometime. Here is the scenario. packet1 comes in store return NF_STOLEN packet2 comes in store return NF_STOLEN packet3 comes in store return NF_STOLEN packet4 comes in reinsert All the packets (packet1, packet2, packet3, packet4) to IP stack so that it can continue the journey. But if I do nf_reinject it crashes. Please let me know how to do it. susant