Searched refs:S_TLSMODE (Results 1 – 1 of 1) sorted by relevance
25290 #define S_TLSMODE 16 macro25292 #define V_TLSMODE(x) ((x) << S_TLSMODE)25293 #define G_TLSMODE(x) (((x) >> S_TLSMODE) & M_TLSMODE)