Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_macsec.h - Man Page

Synopsis

#include <rte_byteorder.h>

Data Structures

struct rte_macsec_hdr
struct rte_macsec_sci_hdr

Macros

#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

Detailed Description

MACsec-related defines

Definition in file rte_macsec.h.

Macro Definition Documentation

#define RTE_MACSEC_TCI_VER_MASK   0x80

Version mask for MACsec. Should be 0.

Definition at line 20 of file rte_macsec.h.

#define RTE_MACSEC_TCI_ES   0x40

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

Definition at line 21 of file rte_macsec.h.

#define RTE_MACSEC_TCI_SC   0x20

Mask for SCI present bit.

Definition at line 22 of file rte_macsec.h.

#define RTE_MACSEC_TCI_SCB   0x10

Mask for EPON single copy broadcast bit.

Definition at line 23 of file rte_macsec.h.

#define RTE_MACSEC_TCI_E   0x08

Mask for encrypted user data bit.

Definition at line 24 of file rte_macsec.h.

#define RTE_MACSEC_TCI_C   0x04

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

Definition at line 25 of file rte_macsec.h.

#define RTE_MACSEC_AN_MASK   0x03

Association number mask in tci_an.

Definition at line 26 of file rte_macsec.h.

#define RTE_MACSEC_SCI_LEN   8

SCI length in MACsec header if present.

Definition at line 49 of file rte_macsec.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Referenced By

The man pages RTE_MACSEC_AN_MASK(3), RTE_MACSEC_SCI_LEN(3), RTE_MACSEC_TCI_C(3), RTE_MACSEC_TCI_E(3), RTE_MACSEC_TCI_ES(3), RTE_MACSEC_TCI_SC(3), RTE_MACSEC_TCI_SCB(3) and RTE_MACSEC_TCI_VER_MASK(3) are aliases of rte_macsec.h(3).

Version 23.11.0 DPDK