#defineRTE_MACSEC_TCI_VER_MASK0x80
Version mask for MACsec. Should be 0.
Definition at line 16 of file rte_macsec.h.
#defineRTE_MACSEC_TCI_ES0x40
Mask for End station (ES) bit - SCI is not valid.
Definition at line 17 of file rte_macsec.h.
#defineRTE_MACSEC_TCI_SC0x20
Mask for SCI present bit.
Definition at line 18 of file rte_macsec.h.
#defineRTE_MACSEC_TCI_SCB0x10
Mask for EPON single copy broadcast bit.
Definition at line 19 of file rte_macsec.h.
#defineRTE_MACSEC_TCI_E0x08
Mask for encrypted user data bit.
Definition at line 20 of file rte_macsec.h.
#defineRTE_MACSEC_TCI_C0x04
Mask for changed user data bit (because of encryption).
Definition at line 21 of file rte_macsec.h.
#defineRTE_MACSEC_AN_MASK0x03
Association number mask in tci_an.
Definition at line 22 of file rte_macsec.h.
#defineRTE_MACSEC_SCI_LEN8
SCI length in MACsec header if present.
Definition at line 45 of file rte_macsec.h.