Searched refs:tls_set_sw_offload (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_main.c | 551 rc = tls_set_sw_offload(sk, ctx, 1); in do_tls_setsockopt_conf() 565 rc = tls_set_sw_offload(sk, ctx, 0); in do_tls_setsockopt_conf()
|
| H A D | tls_device.c | 1232 rc = tls_set_sw_offload(sk, ctx, 0); in tls_set_device_offload_rx()
|
| H A D | tls_sw.c | 2298 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx) in tls_set_sw_offload() function
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tls.h | 378 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx);
|