git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027f6e1
)
SCTP: Use hashed lookup when looking for an association.
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 9 Nov 2007 16:41:36 +0000
(11:41 -0500)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 9 Nov 2007 16:41:36 +0000
(11:41 -0500)
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 <vladislav.yasevich@hp.com>
No differences found