Searched refs:S_TLSMODE (Results 1 – 1 of 1) sorted by relevance
31850 #define S_TLSMODE 16 macro31852 #define V_TLSMODE(x) ((x) << S_TLSMODE)31853 #define G_TLSMODE(x) (((x) >> S_TLSMODE) & M_TLSMODE)