Lines Matching refs:tls_context

55 static void tls_device_free_ctx(struct tls_context *ctx)  in tls_device_free_ctx()
73 struct tls_context *ctx = offload_ctx->ctx; in tls_device_tx_del_task()
88 static void tls_device_queue_ctx_destruction(struct tls_context *ctx) in tls_device_queue_ctx_destruction()
162 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_icsk_clean_acked()
197 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_sk_destruct()
216 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_free_resources_tx()
223 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_offload_tx_resync_request()
230 static void tls_device_resync_tx(struct sock *sk, struct tls_context *tls_ctx, in tls_device_resync_tx()
283 struct tls_context *ctx, in tls_push_record()
317 struct tls_context *ctx, in tls_device_record_close()
438 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_push_data()
572 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_sendmsg()
597 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_sendpage()
707 void tls_device_write_space(struct sock *sk, struct tls_context *ctx) in tls_device_write_space()
722 static void tls_device_resync_rx(struct tls_context *tls_ctx, in tls_device_resync_rx()
796 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_rx_resync_new_rec()
859 static void tls_device_core_ctrl_rx_resync(struct tls_context *tls_ctx, in tls_device_core_ctrl_rx_resync()
907 tls_device_reencrypt(struct sock *sk, struct tls_context *tls_ctx) in tls_device_reencrypt()
1004 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted()
1058 static void tls_device_attach(struct tls_context *ctx, struct sock *sk, in tls_device_attach()
1074 int tls_set_device_offload(struct sock *sk, struct tls_context *ctx) in tls_set_device_offload()
1076 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_set_device_offload()
1253 int tls_set_device_offload_rx(struct sock *sk, struct tls_context *ctx) in tls_set_device_offload_rx()
1331 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_offload_cleanup_rx()
1356 struct tls_context *ctx, *tmp; in tls_device_down()