From: Arnaldo Carvalho de Melo Date: Wed, 10 Aug 2005 03:08:50 +0000 (-0700) Subject: [INET]: Generalise tcp_v4_hash & tcp_unhash X-Git-Tag: v2.6.14-rc1~1035^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81849d106b1fb97f8e2d311c0c4d36347def55b8;p=pandora-kernel.git [INET]: Generalise tcp_v4_hash & tcp_unhash It really just makes the existing code be a helper function that tcp_v4_hash and tcp_unhash uses, specifying the right inet_hashinfo, tcp_hashinfo. One thing I'll investigate at some point is to have the inet_hashinfo pointer in sk_prot, so that we get all the hashtable information from the sk pointer, this can lead to some extra indirections that may well hurt performance/code size, we'll see. Ultimate idea would be that sk_prot would provide _all_ the information about a protocol implementation. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed