Home
last modified time | relevance | path

Searched refs:MACSEC_STD_ICV_LEN (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif_macsec.h31 #define MACSEC_STD_ICV_LEN 16 macro
/external/kernel-headers/original/uapi/linux/
Dif_macsec.h36 #define MACSEC_STD_ICV_LEN 16 macro
/external/iproute2/ip/
Dipmacsec.c155 if (*icvlen < MACSEC_MIN_ICV_LEN || *icvlen > MACSEC_STD_ICV_LEN) in get_icvlen()
157 STR(MACSEC_MIN_ICV_LEN) ".." STR(MACSEC_STD_ICV_LEN) in get_icvlen()