From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOVACS Krisztian Subject: Re: ip_send() function Date: Thu, 13 May 2004 15:45:33 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <20040513134532.GA22290@sch.bme.hu> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Markus Zeilinger Cc: netfilter Hi, On Thu, May 13, 2004 at 01:56:03PM +0200, Markus Zeilinger wrote: > I am currently writing a paper for my studies about netfilter and Linux > Firewalling. In this case I also write a chapter about packet handling > through the Linux network stack. > Several papers and also in Harald Welte's "The journey of a packet through > the linux 2.4 network stack" mention a function ip_send() in the process of > packet forwarding. According to Harald this function is defined in > /include/net/ip.h. But I cannot find a definition there, and surprisingly I > was not able to find the ip_send() function anywhere in the kernel source. I > searched through Kernel 2.6.6, 2.4.6 and 2.4.0 but did not find any tracks > of a ip_send() function!?! http://lxr.linux.no/source/include/net/ip.h#L162 Use LXR, it can help a lot! -- KOVACS Krisztian