android_kernel_samsung_a7y1.../net/sctp
Xin Long 448f32a1f2 sctp: fix the transport error_count check
[ Upstream commit a1794de8b92ea6bc2037f445b296814ac826693e ]

As the annotation says in sctp_do_8_2_transport_strike():

  "If the transport error count is greater than the pf_retrans
   threshold, and less than pathmaxrtx ..."

It should be transport->error_count checked with pathmaxrxt,
instead of asoc->pf_retrans.

Fixes: 5aa93bcf66f4 ("sctp: Implement quick failover draft from tsvwg")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-06 20:50:39 +02:00
..
associola.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
auth.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
bind_addr.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
chunk.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
debug.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
endpointola.c sctp: change to hold sk after auth shkey is created successfully 2020-04-06 19:17:23 +02:00
input.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
inqueue.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ipv6.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
objcnt.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
output.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
outqueue.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
primitive.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
probe.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
proc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
protocol.c sctp: initialize _pad of sockaddr_in before copying to user memory 2020-04-06 15:07:47 +02:00
sm_make_chunk.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
sm_sideeffect.c sctp: fix the transport error_count check 2020-04-06 20:50:39 +02:00
sm_statefuns.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
sm_statetable.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
socket.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ssnmap.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
sysctl.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
transport.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
tsnmap.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ulpevent.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ulpqueue.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30