From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Paues Subject: Re: sk_buff Date: Tue, 04 Jun 2002 10:35:49 +0200 Sender: netfilter-admin@lists.samba.org Message-ID: <3CFC7BE5.FA258BE7@sics.se> References: <001e01c20a47$2ebba380$8ad9abd4@luigicart> Reply-To: gabriel@sics.se Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Luigi Cartuccia Cc: netfilter@lists.samba.org Hi Luigi! Nowadays the kernel comes with some documentation. Type: make htmldocs in the linux source tree root and some nice docs will be generated. A section about functions operating on sk_buff is included. Together with the headerfile for sk_buff you should be able to sort things out. Check out the Makefile (in the route of the linux source tree) for other documentation variants. I think there is a pdfdocs as well. Good luck! /gabriel Luigi Cartuccia wrote: > Hi I'm Luigi.Where I can find material on sk_buff?Thank you