commit | 8d5a49e9e31ba1ddd34a54b2351d068a90c78707 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Dec 17 14:12:01 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 19 17:46:51 2019 -0800 |
tree | 325da1911a65e76e00de5bd8248ccb82fbf35169 | |
parent | 572c7245182a200e3ac69bb86a0e60cc34c34dc9 [diff] |
net/tls: add helper for testing if socket is RX offloaded There is currently no way for driver to reliably check that the socket it has looked up is in fact RX offloaded. Add a helper. This allows drivers to catch misbehaving firmware. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>