Home
last modified time | relevance | path

Searched defs:TLS_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtls.h44 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) macro
/openbmc/linux/include/uapi/linux/
H A Dtls.h46 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) macro