From: Dave Watson <davejwatson@xxxxxx> Date: Thu, 22 Mar 2018 10:09:44 -0700 > TLS tcp socket RX implementation, to match existing TX code. Looks great Dave. Applied, and once my build tests finish I'll push this out to net-next. In some of the new functions, reverse christmas tree ordering of local variables was not adhered to. I know it can be difficult in some situations, but please fix this up in followon patches. You can move the assignments down into the function body to accomodate this, if necessary. Thanks.