sctp: delete active ICMP proto unreachable timer when free transport
authorWei Yongjun <yjwei@cn.fujitsu.com>
Sun, 9 May 2010 16:56:07 +0000 (16:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 May 2010 07:46:22 +0000 (00:46 -0700)
commit55fa0cfd7c3ac2ae34cac7dca2e3fbcfe661e6c3
tree0f9ccf2d00a10a88f601245fced3581f49f93862
parent35790c0421121364883a167bab8a2e37e1f67f78
sctp: delete active ICMP proto unreachable timer when free transport

transport may be free before ICMP proto unreachable timer expire, so
we should delete active ICMP proto unreachable timer when transport
is going away.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/transport.c