Home
last modified time | relevance | path

Searched refs:MACSEC_MIN_ICV_LEN (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif_macsec.h28 #define MACSEC_MIN_ICV_LEN 8 macro
/external/libnl/include/linux-private/linux/
Dif_macsec.h33 #define MACSEC_MIN_ICV_LEN 8 macro
/external/kernel-headers/original/uapi/linux/
Dif_macsec.h35 #define MACSEC_MIN_ICV_LEN 8 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()