Searched refs:tls_ctx_free (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_toe.c | 52 tls_ctx_free(sk, ctx); in tls_toe_sk_destruct()
|
H A D | tls_main.c | 251 * tls_ctx_free() - free TLS ULP context 258 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free() function 333 tls_ctx_free(sk, ctx); in tls_sk_proto_close()
|
H A D | tls_device.c | 67 tls_ctx_free(NULL, ctx); in tls_device_free_ctx()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_toe.c | 54 tls_ctx_free(sk, ctx); in tls_toe_sk_destruct()
|
H A D | tls.h | 139 void tls_ctx_free(struct sock *sk, struct tls_context *ctx);
|
H A D | tls_main.c | 320 * tls_ctx_free() - free TLS ULP context 327 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free() function 402 tls_ctx_free(sk, ctx); in tls_sk_proto_close()
|
H A D | tls_device.c | 68 tls_ctx_free(NULL, ctx); in tls_device_free_ctx()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tls.h | 354 void tls_ctx_free(struct sock *sk, struct tls_context *ctx);
|
Completed in 10 milliseconds