Home
last modified time | relevance | path

Searched refs:TLS_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtls.h45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro
/openbmc/linux/include/uapi/linux/
H A Dtls.h47 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro