DPDK  24.03.0-rc4
Data Fields
rte_macsec_hdr Struct Reference

#include <rte_macsec.h>

Data Fields

uint8_t tci_an
 
uint8_t short_length:6
 
rte_be32_t packet_number
 

Detailed Description

MACsec Header (SecTAG)

Definition at line 32 of file rte_macsec.h.

Field Documentation

◆ tci_an

uint8_t tci_an

Tag control information and Association number of secure channel. Various bits of TCI and AN are masked using RTE_MACSEC_TCI_* and RTE_MACSEC_AN_MASK.

Definition at line 37 of file rte_macsec.h.

◆ short_length

uint8_t short_length

Short Length.

Definition at line 39 of file rte_macsec.h.

◆ packet_number

rte_be32_t packet_number

Packet number to support replay protection.

Definition at line 45 of file rte_macsec.h.


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