Re: [PATCH 3/6 net-2.6.25][RAW] Introduce raw_hashinfo structure

2007-11-19 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2007 17:12:31 +0300 > The ipv4/raw.c and ipv6/raw.c contain many common code (most > of which is proc interface) which can be consolidated. > > Most of the places to consolidate deal with the raw sockets > hashtable, so introduce a struc

[PATCH 3/6 net-2.6.25][RAW] Introduce raw_hashinfo structure

2007-11-16 Thread Pavel Emelyanov
The ipv4/raw.c and ipv6/raw.c contain many common code (most of which is proc interface) which can be consolidated. Most of the places to consolidate deal with the raw sockets hashtable, so introduce a struct raw_hashinfo which describes the raw sockets hash. Signed-off-by: Pavel Emelyanov <[EMA