From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nish Aravamudan Subject: Re: how netfilter handles fragmented packets Date: Sun, 21 Nov 2004 09:37:18 -0800 Message-ID: <29495f1d04112109372bb8ebe4@mail.gmail.com> References: <20041121153154.85910.qmail@web41403.mail.yahoo.com> Reply-To: Nish Aravamudan Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cranium2003 , kernelnewbies@nl.linux.org, linux-kernel@vger.kernel.org, netfilter-devel@lists.netfilter.org, netdev@oss.sgi.com Return-path: To: Jan Engelhardt In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, 21 Nov 2004 17:15:12 +0100 (MET), Jan Engelhardt wrote: > >hello, > > In ip_output.c file ip_fragmet function when > >create a new fragmented packet given to output(skb) > >function. i want to know which function are actually > >called by output(skb)? > > use stack_dump() (or was it dump_stack()?) dump_stack(), if you want to dump the current process' stack context. -Nish