sctp: Optimize SFR-CACC transport list walking during SACK processing
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 19 Jun 2008 22:17:24 +0000 (18:17 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Oct 2008 15:33:06 +0000 (11:33 -0400)
commitab5216a5bd453752f04bb79c29e8f01b11d69006
tree414dacc0b4275e9477d5d9f10f77a3543ee7cb96
parent2cd9b822bfa79fc1335d3e71a0449f3cd0b5078e
sctp: Optimize SFR-CACC transport list walking during SACK processing

There is a possibility of walking the transport list twice during
SACK processing when doing SFR-CACC algorithm.  We can restructure
the code to only do this once.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/outqueue.c