| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/secure_channel/secure_channel_core.h>

Data Fields | |
| struct sc_config * | cfg |
| pthread_t * | sendto_t |
| pthread_t * | recvfrom_t |
| struct t_results * | send_result |
| struct t_results * | recv_result |
| struct doca_comch_connection * | comch_connection |
| int | expected_msgs |
| int | expected_msg_size |
| uint32_t | consumer_id |
| atomic_int | active_threads |
Definition at line 73 of file secure_channel_core.h.
| atomic_int cc_ctx::active_threads |
Definition at line 85 of file secure_channel_core.h.
| struct sc_config* cc_ctx::cfg |
Definition at line 74 of file secure_channel_core.h.
| struct doca_comch_connection* cc_ctx::comch_connection |
Definition at line 80 of file secure_channel_core.h.
| uint32_t cc_ctx::consumer_id |
Definition at line 83 of file secure_channel_core.h.
| int cc_ctx::expected_msg_size |
Definition at line 82 of file secure_channel_core.h.
| int cc_ctx::expected_msgs |
Definition at line 81 of file secure_channel_core.h.
| struct t_results* cc_ctx::recv_result |
Definition at line 78 of file secure_channel_core.h.
| pthread_t* cc_ctx::recvfrom_t |
Definition at line 76 of file secure_channel_core.h.
| struct t_results* cc_ctx::send_result |
Definition at line 77 of file secure_channel_core.h.
| pthread_t* cc_ctx::sendto_t |
Definition at line 75 of file secure_channel_core.h.