All of lore.kernel.org
 help / color / mirror / Atom feed
* chain_cache
@ 2004-05-13 13:30 Ozgur Akan
  2004-05-14 11:12 ` chain_cache Ozgur Akan
  0 siblings, 1 reply; 10+ messages in thread
From: Ozgur Akan @ 2004-05-13 13:30 UTC (permalink / raw)
  To: netfilter-devel@lists.netfilter.org

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-05-21 11:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <40AC600C.2090500@aiqa.com>
2004-05-20  9:52 ` chain_cache Henrik Nordstrom
2004-05-20 12:04   ` chain_cache Ozgur Akan
2004-05-20 15:24     ` chain_cache Henrik Nordstrom
2004-05-21  6:33       ` chain_cache Ozgur Akan
2004-05-21  8:57         ` chain_cache Henrik Nordstrom
2004-05-21 10:35           ` chain_cache Ozgur Akan
2004-05-21 11:25             ` chain_cache Henrik Nordstrom
2004-05-13 13:30 chain_cache Ozgur Akan
2004-05-14 11:12 ` chain_cache Ozgur Akan
2004-05-16 12:15   ` chain_cache Henrik Nordstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.