summaryrefslogtreecommitdiff
path: root/include/uapi/linux/tc_act
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2019-08-12 20:49:12 +0800
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-08-13 19:08:20 -0700
commita1794de8b92ea6bc2037f445b296814ac826693e (patch)
treeff3178d4f8cc75cedd6fd51e2f4e7c18e960e83a /include/uapi/linux/tc_act
parentbb0ce4c1517d299d1a38075ecded62a5a5342c6b (diff)
downloadkernel-a1794de8b92ea6bc2037f445b296814ac826693e.tar.gz
sctp: fix the transport error_count check
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>
Diffstat (limited to 'include/uapi/linux/tc_act')
0 files changed, 0 insertions, 0 deletions
5cab5568e70a2d1597305999d93f85d'>ASoC: fsl: imx-audmux: Fix sparse warningFabio Estevam 2013-01-22ASoC: Convert to devm_ioremap_resource()Thierry Reding td>Ben Skeggs 2022-11-09drm/nouveau/disp: move head scanoutpos methodBen Skeggs 2022-11-09drm/nouveau/disp: add method to trigger DP link retrainBen Skeggs 2022-11-09drm/nouveau/kms: pass event mask to hpd handlerBen Skeggs 2022-11-09drm/nouveau/kms: switch hpd_lock from mutex to spinlockBen Skeggs 2022-10-26drm/nouveau: Remove unused variableZack Rusin 2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin