Home
last modified time | relevance | path

Searched refs:TLS_HW (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/tls/
Dtls_main.c300 if (ctx->rx_conf == TLS_HW)
303 if (ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW) {
474 conf = TLS_HW;
485 conf = TLS_HW;
643 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
644 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg;
645 prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage;
647 prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW];
648 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg;
649 prot[TLS_HW][TLS_SW].sendpage = tls_device_sendpage;
[all …]
Dtls_device.c55 if (ctx->tx_conf == TLS_HW) in tls_device_free_ctx()
58 if (ctx->rx_conf == TLS_HW) in tls_device_free_ctx()
77 if (netdev && ctx->tx_conf == TLS_HW) { in tls_device_gc_task()
206 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()
554 if (tls_ctx->rx_conf != TLS_HW) in handle_device_resync()
906 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()
937 if (ctx->tx_conf == TLS_HW) in tls_device_down()
940 if (ctx->rx_conf == TLS_HW) in tls_device_down()
/Linux-v4.19/include/net/
Dtls.h90 TLS_HW, enumerator