]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: check cached dst before using it
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 4 May 2012 05:24:54 +0000 (05:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2012 03:15:47 +0000 (23:15 -0400)
commit458e8529eaf7bc38d900c1d57c20be25a5ce947d
tree7b8bfb4cceb0a5d184a2fe651aab5aec59a216d3
parentb1de2c365583c25b1de34ab98b9cfb4c374baa56
sctp: check cached dst before using it

dst_check() will take care of SA (and obsolete field), hence
IPsec rekeying scenario is taken into account.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Vlad Yaseivch <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
net/sctp/output.c
net/sctp/transport.c