Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c101 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in trim_both_sgl()
120 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in alloc_encrypted_sg()
137 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in alloc_plaintext_sg()
166 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_free_both_sg()
205 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_push_record()
328 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in memcopy_from_iter()
356 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_sw_sendmsg()
507 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_sw_sendpage()
1108 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_sw_free_resources_tx()
/Linux-v4.19/include/net/
Dtls.h406 static inline struct tls_sw_context_tx *tls_sw_ctx_tx( in tls_sw_ctx_tx() function