Searched refs:CTSID_MASK (Results 1 – 3 of 3) sorted by relevance
328 #define CTSID_MASK ((1u << CTSID_BITS) - 1) macro329 #define CTSID_MAX (CTSID_MASK - 1)
792 ctsid_nonce = (uint32_t)early_random() & CTSID_MASK; in turnstiles_init()939 return (cid == ctsid_nonce ? CTSID_MASK : cid) ^ ctsid_nonce; in ctsid_mangle()946 return ctsid == CTSID_MASK ? ctsid_nonce : ctsid; in ctsid_unmangle()
2703 CTSID_MASK = (1 << 20) - 12711 if ctid == CTSID_MASK: