From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ozgur Akan Subject: Re: chain_cache Date: Fri, 14 May 2004 14:12:59 +0300 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <40A4A9BB.4050706@aiqa.com> References: <40A3785F.8070803@aiqa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 7bit Cc: "netfilter-devel@lists.netfilter.org" Return-path: In-Reply-To: <40A3785F.8070803@aiqa.com> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org no one knows? Ozgur Akan wrote: > is "chain_cache->end_off" the adress of last rule of the chain or end > of the last rule(the place where a new rule will appended (like > ipt_entry->next_offset))? > > struct chain_cache > { > char name[TABLE_MAXNAMELEN]; > /* This is the first rule in chain. */ > unsigned int start_off; > /* Last rule in chain */ > unsigned int end_off; > }; > > thanks, > -- Ozgur Akan