Home
last modified time | relevance | path

Searched refs:tls_sw_ctx_tx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/tls/
Dtls_sw.c279 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_trim_both_msgs()
291 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_alloc_encrypted_msg()
302 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_clone_plaintext_msg()
326 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_get_rec()
366 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_free_open_rec()
378 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_tx_records()
451 ctx = tls_sw_ctx_tx(tls_ctx); in tls_encrypt_done()
689 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_push_record()
807 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in bpf_exec_tx_verdict()
917 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_sw_push_pending_record()
[all …]
/Linux-v6.6/include/net/
Dtls.h388 static inline struct tls_sw_context_tx *tls_sw_ctx_tx( in tls_sw_ctx_tx() function
406 return !!tls_sw_ctx_tx(ctx); in tls_sw_has_ctx_tx()