20 #define RTE_MACSEC_TCI_VER_MASK 0x80
21 #define RTE_MACSEC_TCI_ES 0x40
22 #define RTE_MACSEC_TCI_SC 0x20
23 #define RTE_MACSEC_TCI_SCB 0x10
24 #define RTE_MACSEC_TCI_E 0x08
25 #define RTE_MACSEC_TCI_C 0x04
26 #define RTE_MACSEC_AN_MASK 0x03
38 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
41 #elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN
49 #define RTE_MACSEC_SCI_LEN 8
#define RTE_MACSEC_SCI_LEN
uint8_t sci[RTE_MACSEC_SCI_LEN]