Lines Matching refs:tls_context

57 static void tls_device_free_ctx(struct tls_context *ctx)  in tls_device_free_ctx()
75 struct tls_context *ctx = offload_ctx->ctx; in tls_device_tx_del_task()
90 static void tls_device_queue_ctx_destruction(struct tls_context *ctx) in tls_device_queue_ctx_destruction()
164 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_icsk_clean_acked()
199 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_sk_destruct()
218 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_free_resources_tx()
225 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_offload_tx_resync_request()
232 static void tls_device_resync_tx(struct sock *sk, struct tls_context *tls_ctx, in tls_device_resync_tx()
284 struct tls_context *ctx, in tls_push_record()
318 struct tls_context *ctx, in tls_device_record_close()
429 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_push_data()
571 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_sendmsg()
598 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_splice_eof()
684 void tls_device_write_space(struct sock *sk, struct tls_context *ctx) in tls_device_write_space()
699 static void tls_device_resync_rx(struct tls_context *tls_ctx, in tls_device_resync_rx()
773 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_rx_resync_new_rec()
836 static void tls_device_core_ctrl_rx_resync(struct tls_context *tls_ctx, in tls_device_core_ctrl_rx_resync()
884 tls_device_reencrypt(struct sock *sk, struct tls_context *tls_ctx) in tls_device_reencrypt()
981 int tls_device_decrypted(struct sock *sk, struct tls_context *tls_ctx) in tls_device_decrypted()
1029 static void tls_device_attach(struct tls_context *ctx, struct sock *sk, in tls_device_attach()
1045 int tls_set_device_offload(struct sock *sk, struct tls_context *ctx) in tls_set_device_offload()
1047 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_set_device_offload()
1210 int tls_set_device_offload_rx(struct sock *sk, struct tls_context *ctx) in tls_set_device_offload_rx()
1288 struct tls_context *tls_ctx = tls_get_ctx(sk); in tls_device_offload_cleanup_rx()
1313 struct tls_context *ctx, *tmp; in tls_device_down()