| commit | b673e4dfc8f29e5bfe4d342029b793e9d504f6dd | [log] [tgz] |
|---|---|---|
| author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 19 22:36:45 2007 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:54:30 2008 -0800 |
| tree | e0282a3819176b9f28eb7e2021c55c70bdbda50e | |
| parent | 69d6da0b0faa70249a243a14e6066c013e9294e5 [diff] |
[RAW]: Introduce raw_hashinfo structure 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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>