From: Vlad Yasevich Date: Fri, 9 Nov 2007 16:41:36 +0000 (-0500) Subject: SCTP: Use hashed lookup when looking for an association. X-Git-Tag: v2.6.24-rc3~145^2~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123ed979eaa8de0dd2422862d247469eda0bd645;p=pandora-kernel.git SCTP: Use hashed lookup when looking for an association. A SCTP endpoint may have a lot of associations on them and walking the list is fairly inefficient. Instead, use a hashed lookup, and filter out the hash list based on the endopoing we already have. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed