commit | b290098092e4aeaa1712d3326bf5b64d2751c740 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Mon Oct 21 16:13:08 2019 +0200 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Oct 22 11:23:43 2019 -0700 |
tree | a61e1a914084e4c9876d8eb15af342529b036e49 | |
parent | fe28afe23e91b162df31171a376d519cdd95f881 [diff] |
net/smc: cancel send and receive for terminated socket The resources for a terminated socket are being cleaned up. This patch makes sure * no more data is received for an actively terminated socket * no more data is sent for an actively or passively terminated socket Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>