Home
last modified time | relevance | path

Searched refs:tls_get_record (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dtls.h336 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context,
/linux/net/tls/
H A Dtls_device_fallback.c232 record = tls_get_record(ctx, tcp_seq, rcd_sn);
H A Dtls_device.c613 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context, in tls_get_record() function
671 EXPORT_SYMBOL(tls_get_record);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn); in tx_sync_info_get()