Re: [PATCH 5/7] Consolidate xxx_find() in fragment management

2007-10-17 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 16 Oct 2007 18:03:37 +0400 > Here we need another callback ->match to check whether the > entry found in hash matches the key passed. The key used > is the same as the creation argument for inet_frag_create. > > Yet again, this ->match is the

[PATCH 5/7] Consolidate xxx_find() in fragment management

2007-10-16 Thread Pavel Emelyanov
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create. Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replac