From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOVACS Krisztian Subject: Re: how to use sk_buff in netfilter Date: Thu, 27 Oct 2005 10:55:10 +0200 Message-ID: <200510271055.10152@nienna> References: <00d501c5dac7$22306070$060ae29f@javaboy> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <00d501c5dac7$22306070$060ae29f@javaboy> Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi, On Thursday 27 October 2005 09.22, jywang wrote: > i want to make some change on ip packet in NF_IP_PRE_ROUTING > hook. but i don't know what is the exactly means of each piece in > struct sk_buff. http://vger.kernel.org/~davem/skb.html is a pretty good description of the skbs. -- Regards, Krisztian Kovacs