diff options
author | John Baldwin <jhb@FreeBSD.org> | 2020-12-03 22:06:08 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2020-12-03 22:06:08 +0000 |
commit | 0082e479efce116e9fa46bf044c27904f40eda4f (patch) | |
tree | 77d83a38caa9e139d23f17768f80c35b51c2e315 /sys/dev/cxgbe/tom/t4_cpl_io.c | |
parent | 180c2dca4e6b41c4b75d95125cd0ae499953efef (diff) | |
download | src-test2-0082e479efce116e9fa46bf044c27904f40eda4f.tar.gz src-test2-0082e479efce116e9fa46bf044c27904f40eda4f.zip |
Notes
Diffstat (limited to 'sys/dev/cxgbe/tom/t4_cpl_io.c')
-rw-r--r-- | sys/dev/cxgbe/tom/t4_cpl_io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index c8bc0fda694b..f1d4ce6825cc 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -392,6 +392,9 @@ make_established(struct toepcb *toep, uint32_t iss, uint32_t irs, uint16_t opt) send_flowc_wr(toep, tp); soisconnected(so); + + if (ulp_mode(toep) == ULP_MODE_TLS) + tls_establish(toep); } int |