16 #define RTE_MACSEC_TCI_VER_MASK 0x80
17 #define RTE_MACSEC_TCI_ES 0x40
18 #define RTE_MACSEC_TCI_SC 0x20
19 #define RTE_MACSEC_TCI_SCB 0x10
20 #define RTE_MACSEC_TCI_E 0x08
21 #define RTE_MACSEC_TCI_C 0x04
22 #define RTE_MACSEC_AN_MASK 0x03
34 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
37 #elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN
45 #define RTE_MACSEC_SCI_LEN 8
#define RTE_MACSEC_SCI_LEN
uint8_t sci[RTE_MACSEC_SCI_LEN]