TIPC_ZONE_OFFSET
#define TIPC_ZONE_MASK (TIPC_ZONE_SIZE << TIPC_ZONE_OFFSET)
return (zone << TIPC_ZONE_OFFSET) |
return addr >> TIPC_ZONE_OFFSET;