DPDK  24.03.0
Data Fields
rte_tls_hdr Struct Reference

#include <rte_tls.h>

Data Fields

uint8_t type
 
rte_be16_t version
 
rte_be16_t length
 

Detailed Description

TLS Header

Definition at line 35 of file rte_tls.h.

Field Documentation

◆ type

uint8_t type

Content type of TLS packet. Defined as RTE_TLS_TYPE_*.

Definition at line 37 of file rte_tls.h.

◆ version

rte_be16_t version

TLS Version defined as RTE_TLS_VERSION*.

Definition at line 39 of file rte_tls.h.

◆ length

rte_be16_t length

The length (in bytes) of the following TLS packet.

Definition at line 41 of file rte_tls.h.


The documentation for this struct was generated from the following file: