DOKK / manpages / debian 13 / dpdk-doc / RTE_MACSEC_SCI_LEN.3.en
rte_macsec.h(3) Library Functions Manual rte_macsec.h(3)

rte_macsec.h

#include <rte_byteorder.h>


struct rte_macsec_hdr
struct rte_macsec_sci_hdr


#define RTE_MACSEC_TCI_VER_MASK 0x80
#define RTE_MACSEC_TCI_ES 0x40
#define RTE_MACSEC_TCI_SC 0x20
#define RTE_MACSEC_TCI_SCB 0x10
#define RTE_MACSEC_TCI_E 0x08
#define RTE_MACSEC_TCI_C 0x04
#define RTE_MACSEC_AN_MASK 0x03
#define RTE_MACSEC_SCI_LEN 8

MACsec-related defines

Definition in file rte_macsec.h.

Version mask for MACsec. Should be 0.

Definition at line 16 of file rte_macsec.h.

Mask for End station (ES) bit - SCI is not valid.

Definition at line 17 of file rte_macsec.h.

Mask for SCI present bit.

Definition at line 18 of file rte_macsec.h.

Mask for EPON single copy broadcast bit.

Definition at line 19 of file rte_macsec.h.

Mask for encrypted user data bit.

Definition at line 20 of file rte_macsec.h.

Mask for changed user data bit (because of encryption).

Definition at line 21 of file rte_macsec.h.

Association number mask in tci_an.

Definition at line 22 of file rte_macsec.h.

SCI length in MACsec header if present.

Definition at line 45 of file rte_macsec.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK